Method

PurpleContactManagerremove_person

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: PurplePerson

The PurplePerson to remove.

The data is owned by the caller of the function.
remove_contacts

Type: gboolean

Whether or not the contacts should be removed from manager.