Function
Purpleblist_remove_contact
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().
Parameters
contact
-
Type:
PurpleMetaContact
The contact to be removed.
The data is owned by the caller of the function.