Method

PurpleAccountSettingget_label

unstable since: 3.0

Declaration [src]

const char*
purple_account_setting_get_label (
  PurpleAccountSetting* setting
)

Description [src]

Gets the label that should be displayed to the user.

Available since: 3.0

Return value

Type: const char*

The label.

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