Method

PurpleAccountOptionget_default_list_value

since: 2.0

Declaration [src]

const gchar*
purple_account_option_get_default_list_value (
  const PurpleAccountOption* option
)

Description [src]

Returns the default string value for a list account option.

Available since: 2.0

Return value

Type: const gchar*

The default list string value.

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