Class

PurpleAccountSettingInt

unstable since: 3.0

Description [src]

final class Purple.AccountSettingInt : Purple.AccountSetting
{
  /* No available fields */
}

An integer setting for an account.

Available since: 3.0

Constructors

purple_account_setting_int_new

Creates a new integer account setting.

unstable since: 3.0

Instance methods

purple_account_setting_int_get_value

Gets the value of the setting.

unstable since: 3.0

purple_account_setting_int_set_value

Sets the value of the setting.

unstable since: 3.0

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

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Purple.AccountSettingInt:value

The integer value of the setting.

unstable since: 3.0

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.

Class structure

struct PurpleAccountSettingIntClass {
  PurpleAccountSettingClass parent_class;
  
}

No description available.

Class members
parent_class: PurpleAccountSettingClass

No description available.