Function

Purpleblist_remove_buddy

Declaration [src]

void
purple_blist_remove_buddy (
  PurpleBuddy* buddy
)

Description [src]

Removes a buddy from the buddy list and frees the memory allocated to it. This doesn’t actually try to remove the buddy from the server list.

See purple_account_remove_buddy().

Parameters

buddy

Type: PurpleBuddy

The buddy to be removed.

The data is owned by the caller of the function.