Method
PurpleAccountOptionget_setting
since: 2.0
[−]
Declaration [src]
const char*
purple_account_option_get_setting (
const PurpleAccountOption* option
)
[−]
Description [src]
Returns the name of an account option. This corresponds to the %pref_name
parameter supplied to purple_account_option_new()
or one of the
type-specific constructors.
Available since: 2.0
[−]
Return value
Type: const char*
The option’s name.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |