Function
Purpleserv_got_alias
Declaration [src]
void
purple_serv_got_alias (
PurpleConnection* gc,
const char* who,
const char* alias
)
Parameters
gc |
PurpleConnection |
The connection over which to send the typing notification. |
|
The data is owned by the caller of the function. | |
who |
const char* |
The name of the buddy whose alias was received. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
alias |
const char* |
The alias that was received. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |