Function
PurpleProtocolgot_user_status_deactive
Declaration [src]
void
purple_protocol_got_user_status_deactive (
PurpleAccount* account,
const char* name,
const char* status_id
)
Description [src]
Notifies libpurple that a buddy’s status has been deactivated
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. |