Function

PurpleProtocolgot_user_status

since: 3.0

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.

Available since: 3.0

This function is not directly available to language bindings.

The implementation of this method is provided by () in language bindings

Parameters

account

Type: PurpleAccount

The account the user is on.

The data is owned by the caller of the function.
name

Type: 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

Type: const char*

The status ID.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
...

Type: 

A NULL-terminated list of attribute IDs and values.