Function
Purpleblist_request_add_chat
Declaration [src]
void
purple_blist_request_add_chat (
PurpleAccount* account,
PurpleGroup* group,
const char* alias,
const char* name
)
Parameters
account
-
Type:
PurpleAccount
The account the buddy is added to.
The data is owned by the caller of the function. group
-
Type:
PurpleGroup
The optional group to add the chat to.
The data is owned by the caller of the function. alias
-
Type:
const char*
The optional alias for the chat.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. name
-
Type:
const char*
The required chat name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.