Method
PurpleAccountOptionget_default_list_value
since: 2.0
[−]
Declaration [src]
const char*
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 char*
The default list string value.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |