Method

PurpleAccountget_username

since: 2.0

Declaration [src]

const char*
purple_account_get_username (
  PurpleAccount* account
)

Description [src]

Gets the username for account.

Available since: 2.0

Return value

Type: const char*

The username.

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