Function
PurpleProtocolgot_user_status
Declaration [src]
void
purple_protocol_got_user_status (
PurpleAccount* account,
const char* name,
const char* status_id,
...
)
Description [src]
Notifies Purple that a buddy’s status has been activated.
This is meant to be called from protocols.
Parameters
account |
PurpleAccount |
The account the user is on. |
|
The data is owned by the caller of the function. | |
name |
const char* |
The name of the buddy. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
status_id |
const char* |
The status ID. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
... |
|
A NULL-terminated list of attribute IDs and values,
beginning with the value for |