Function

Purpleblist_remove_contact

since: 2.0

Declaration [src]

void
purple_blist_remove_contact (
  PurpleMetaContact* contact
)

Description [src]

Removes a contact, and any buddies it contains, and frees the memory allocated to it. This calls purple_blist_remove_buddy and therefore doesn’t remove the buddies from the server list.

See purple_blist_remove_buddy().

Available since: 2.0

Parameters

contact

Type: PurpleMetaContact

The contact to be removed.

The data is owned by the caller of the function.