Method
PurpleContactInfoget_person
unstable since: 3.0
Declaration [src]
PurplePerson*
purple_contact_info_get_person (
PurpleContactInfo* info
)
Description [src]
Gets the PurplePerson
that info
belongs to.
Available since: 3.0
Gets property | Purple.ContactInfo:person |
Return value
Type: PurplePerson
The PurplePerson
that info
belongs to, or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |