Method
PurplePersonadd_contact_info
unstable since: 3.0
Declaration [src]
void
purple_person_add_contact_info (
PurplePerson* person,
PurpleContactInfo* info
)
Description [src]
Adds info
to person
.
Duplicate contacts are currently allowed, but that may change at a later time.
Available since: 3.0
Parameters
info
-
Type:
PurpleContactInfo
The
PurpleContactInfo
to add.The data is owned by the caller of the method.