Re: Is get_property() correct?
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2006-10-28 07:18:54
Attachments
- signature.asc [application/pgp-signature] 828 bytes
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2006-10-28 07:18:54
The comment says it returns the value of a property
* and return the value.
return pp ? pp->value : NULL;
...? Looks like the value to me, unless the property doesn't exist. johannes