Method

PurpleContactManagerremove_all

unstable since: 3.0

[]

Declaration [src]

gboolean
purple_contact_manager_remove_all (
  PurpleContactManager* manager,
  PurpleAccount* account
)
[]

Description [src]

Removes all of the contacts from manager that belong to account.

Available since: 3.0

[]

Parameters

account

Type: PurpleAccount

The PurpleAccount whose contacts to remove.

The data is owned by the caller of the method.
[]

Return value

Type: gboolean

TRUE if anything was removed, FALSE if nothing was removed.