Method

PurpleAccountget_id

unstable since: 3.0

Declaration [src]

const char*
purple_account_get_id (
  PurpleAccount* account
)

Description [src]

Gets the id of account.

Available since: 3.0

Gets propertyPurple.Account:id

Return value

Type: const char*

The id of account.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.