Class
PurpleAccountSettingString
unstable since: 3.0
Description [src]
final class Purple.AccountSettingString : Purple.AccountSetting
{
/* No available fields */
}
A string setting for an account.
Available since: 3.0
Instance methods
Methods inherited from PurpleAccountSetting (9)
purple_account_setting_changed
Emits the changed signal.
unstable since: 3.0
purple_account_setting_get_advanced
Gets whether or not the setting is an “advanced” setting.
unstable since: 3.0
purple_account_setting_get_hint
Gets the hint for the setting.
unstable since: 3.0
purple_account_setting_get_id
Gets the id of the 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_get_weight
Gets the weight of the setting.
unstable since: 3.0
purple_account_setting_set_advanced
Sets whether or not the setting is an “advanced” setting.
unstable since: 3.0
purple_account_setting_set_hint
Sets the hint for the setting.
unstable since: 3.0
purple_account_setting_set_weight
Sets the weight for the setting.
unstable since: 3.0
Properties
Properties inherited from PurpleAccountSetting (5)
Purple.AccountSetting:advanced
Whether or not the setting is an “advanced” setting.
unstable since: 3.0
Purple.AccountSetting:hint
The hint text for the setting.
unstable since: 3.0
Purple.AccountSetting:id
The identifier of the setting.
unstable since: 3.0
Purple.AccountSetting:label
The label that should be displayed to the user.
unstable since: 3.0
Purple.AccountSetting:weight
The weight of the setting.
unstable since: 3.0
Signals
Signals inherited from PurpleAccountSetting (1)
PurpleAccountSetting::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.