Function
Purpleblist_request_add_buddy
Declaration [src]
void
purple_blist_request_add_buddy (
PurpleAccount* account,
const char* username,
const char* group,
const char* alias
)
Parameters
account |
PurpleAccount |
The account the buddy is added to. |
|
The data is owned by the caller of the function. | |
username |
const char* |
The username of the buddy. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
group |
const char* |
The name of the group to place the buddy in. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
alias |
const char* |
The optional alias for the buddy. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |