Function

Purpleblist_remove_chat

since: 2.0

Declaration [src]

void
purple_blist_remove_chat (
  PurpleChat* chat
)

Description [src]

Removes a chat from the buddy list and frees the memory allocated to it.

Available since: 2.0

Parameters

chat

Type: PurpleChat

The chat to be removed.

The data is owned by the caller of the function.