Method

PurpleContactsremove_with_id

unstable since: 3.0

Declaration [src]

gboolean
purple_contacts_remove_with_id (
  PurpleContacts* contacts,
  const char* id
)

Description [src]

Remove a contact.

Available since: 3.0

Parameters

id

Type: const char*

The id of the contact to remove.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

True if the contact was found and removed.