Function
Purpleserv_got_private_alias
Declaration [src]
void
purple_serv_got_private_alias (
PurpleConnection* gc,
const char* who,
const char* alias
)
Description [src]
A protocol should call this when it retrieves a private alias from the server. Private aliases are the aliases the user sets, while public aliases are the aliases or display names that buddies set for themselves.
Parameters
gc
-
Type:
PurpleConnection
The connection on which the alias was received.
The data is owned by the caller of the function. who
-
Type:
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
-
Type:
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.