Method
PurpleContactInfoset_person
unstable since: 3.0
Declaration [src]
void
purple_contact_info_set_person (
PurpleContactInfo* info,
PurplePerson* person
)
Description [src]
Sets the person that info
belongs to to person
.
Available since: 3.0
Sets property | Purple.ContactInfo:person |
Parameters
person
-
Type:
PurplePerson
The new
PurplePerson
orNULL
.The argument can be NULL
.The data is owned by the caller of the method.