Method
PurpleContactManagerremove_person
unstable since: 3.0
Declaration [src]
void
purple_contact_manager_remove_person (
PurpleContactManager* manager,
PurplePerson* person,
gboolean remove_contacts
)
Description [src]
Removes person from manager optionally removing all of the contacts
contained in person as well if remove_contacts is TRUE.
Available since: 3.0
Parameters
person-
Type:
PurplePersonThe
PurplePersonto remove.The data is owned by the caller of the method. remove_contacts-
Type:
gbooleanWhether or not the contacts should be removed from
manager.