Method

PurpleAccountSettingStringListget_active_item

unstable since: 3.0

Declaration [src]

const char*
purple_account_setting_string_list_get_active_item (
  PurpleAccountSettingStringList* setting
)

Description [src]

Gets the id of the active item.

Available since: 3.0

Return value

Type: const char*

The id of the active item or NULL if there is no active item.

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