Method

PurpleAccountSettingStringget_value

unstable since: 3.0

Declaration [src]

const char*
purple_account_setting_string_get_value (
  PurpleAccountSettingString* setting
)

Description [src]

Gets the value of the setting.

Available since: 3.0

Return value

Type: const char*

The value.

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