Function

Purpleserv_got_joined_chat

Declaration [src]

PurpleConversation*
purple_serv_got_joined_chat (
  PurpleConnection* gc,
  int id,
  const char* name
)

Description [src]

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

Parameters

gc

Type: PurpleConnection

The connection on which the chat was joined.

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

Type: int

The id of the chat, assigned by the protocol.

name

Type: const char*

The name of the chat.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: PurpleConversation

The resulting conversation.

The data is owned by the called function.