Class
PurpleAccountSetting
unstable since: 3.0
Description [src]
class Purple.AccountSetting : GObject.Object
{
/* No available fields */
}
A setting for an account.
Available since: 3.0
Instance methods
purple_account_setting_get_advanced
Gets whether or not the setting is an “advanced” setting.
unstable since: 3.0
purple_account_setting_get_label
Gets the label that should be displayed to the user.
unstable since: 3.0
purple_account_setting_set_advanced
Sets whether or not the setting is an “advanced” setting.
unstable since: 3.0
Properties
Purple.AccountSetting:advanced
Whether or not the setting is an “advanced” setting.
unstable since: 3.0
Signals
Purple.AccountSetting::changed
Emitted when the value of the setting has changed.
unstable since: 3.0
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.