Function

Purpleserv_got_chat_left

since: 3.0.0

Declaration [src]

void
purple_serv_got_chat_left (
  PurpleConnection* g,
  int id
)

Description [src]

Called by a protocol when an account has left a chat.

Available since: 3.0.0

Parameters

g

Type: PurpleConnection

The connection on which the chat was left.

The data is owned by the caller of the function.
id

Type: int

The id of the chat, as assigned by the protocol.