Function
Purpleblist_remove_buddy
since: 2.0.0
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().
Available since: 2.0.0
Parameters
buddy
-
Type:
PurpleBuddy
The buddy to be removed.
The data is owned by the caller of the function.