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 |
PurpleAccount |
The account the buddy is added to. |
|
The data is owned by the caller of the function. | |
group |
PurpleGroup |
The optional group to add the chat to. |
|
The data is owned by the caller of the function. | |
alias |
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 |
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. |