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

Ancestors

Instance methods

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.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

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.

Class structure

struct PurpleAccountSettingClass {
  /* no available fields */
}

No description available.