Method

PurpleContactManagerremove

since: 3.0

Declaration [src]

gboolean
purple_contact_manager_remove (
  PurpleContactManager* manager,
  PurpleContact* contact
)

Description [src]

Attempts to remove contact from manager.

Available since: 3.0

Parameters

contact

Type: PurpleContact

The PurpleContact to remove.

The data is owned by the caller of the function.

Return value

Type: gboolean

If contact is found and removed TRUE will be returned otherwise FALSE will be returned.