Method

PurpleAccountget_name

unstable since: 3.0

Declaration [src]

const char*
purple_account_get_name (
  PurpleAccount* account
)

Description [src]

Gets the user supplied name for an account.

Available since: 3.0

Gets propertyPurple.Account:name

Return value

Type: const char*

The name of the account.

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