Method

PurpleContactsremove

unstable since: 3.0

Declaration [src]

gboolean
purple_contacts_remove (
  PurpleContacts* contacts,
  PurpleContact* contact
)

Description [src]

Remove a contact.

Available since: 3.0

Parameters

contact

Type: PurpleContact

The contact to remove.

The data is owned by the caller of the method.

Return value

Type: gboolean

True if the contact was found and removed.