Function
Purpleserv_got_joined_chat
Declaration [src]
PurpleConversation*
purple_serv_got_joined_chat (
PurpleConnection* gc,
int id,
const char* name
)
Parameters
gc |
PurpleConnection |
The connection on which the chat was joined. |
|
The data is owned by the caller of the function. | |
id |
int |
The id of the chat, assigned by the protocol. |
|
name |
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
Returns: | PurpleConversation |
The resulting conversation. |
|
The data is owned by the called function. |