Class

IdeTweaksSetting

since: 45

Description

final class Ide.TweaksSetting : Ide.TweaksBinding
  implements Gtk.Buildable {
  /* No available fields */
}
No description available.

Available since: 45

Implements

Constructors

ide_tweaks_setting_new
No description available.

since: 45

Instance methods

ide_tweaks_setting_get_path_suffix
No description available.

since: 45

ide_tweaks_setting_get_schema_id
No description available.

since: 45

ide_tweaks_setting_get_schema_key
No description available.

since: 45

ide_tweaks_setting_set_path_suffix
No description available.

since: 45

ide_tweaks_setting_set_schema_id
No description available.

since: 45

ide_tweaks_setting_set_schema_key
No description available.

since: 45

Methods inherited from IdeTweaksBinding (13)
ide_tweaks_binding_bind
No description available.

since: 45

ide_tweaks_binding_bind_with_transform

Binds the value with an optional transform.

since: 45

ide_tweaks_binding_changed
No description available.

since: 45

ide_tweaks_binding_create_adjustment

Creates a new adjustment for the setting.

since: 45

ide_tweaks_binding_dup_string

Gets the current value as a newly allocated string.

since: 45

ide_tweaks_binding_dup_strv

Gets the value as a GStrv.

since: 45

ide_tweaks_binding_get_expected_type

Gets the expected type for a binding.

since: 45

ide_tweaks_binding_get_value
No description available.

since: 45

ide_tweaks_binding_set_string
No description available.

since: 45

ide_tweaks_binding_set_strv
No description available.

since: 45

ide_tweaks_binding_set_value
No description available.

since: 45

ide_tweaks_binding_set_variant
No description available.

since: 45

ide_tweaks_binding_unbind
No description available.

since: 45

Methods inherited from IdeTweaksItem (19)
ide_tweaks_item_copy

Does a deep copy starting from self.

since: 45

ide_tweaks_item_get_ancestor

Finds the first ancestor of self matching the GType ancestor_type.

since: 45

ide_tweaks_item_get_first_child

Gets the first child of self.

since: 45

ide_tweaks_item_get_hidden_when
No description available.

since: 45

ide_tweaks_item_get_id
No description available.

since: 45

ide_tweaks_item_get_keywords
No description available.

since: 45

ide_tweaks_item_get_last_child

Gets the last child of self.

since: 45

ide_tweaks_item_get_next_sibling

Gets the next sibling within the parent.

since: 45

ide_tweaks_item_get_parent

Gets the parent IdeTweaksItem.

since: 45

ide_tweaks_item_get_previous_sibling

Gets the previous sibling within the parent.

since: 45

ide_tweaks_item_get_root

Gets the root IdeTweaksItem.

since: 45

ide_tweaks_item_insert_after
No description available.

since: 45

ide_tweaks_item_insert_before
No description available.

since: 45

ide_tweaks_item_is_ancestor
No description available.

since: 45

ide_tweaks_item_match
No description available.

since: 45

ide_tweaks_item_set_hidden_when

Sets the “hidden-when” property.

since: 45

ide_tweaks_item_set_keywords
No description available.

since: 45

ide_tweaks_item_unparent
No description available.

since: 45

ide_tweaks_item_visit_children

Calls visitor for every matching item.

since: 45

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from GtkBuildable (1)
gtk_buildable_get_buildable_id

Gets the ID of the buildable object.

since: 4.0

Properties

Ide.TweaksSetting:path-suffix
No description available.

since: 45

Ide.TweaksSetting:schema-id
No description available.

since: 45

Ide.TweaksSetting:schema-key
No description available.

since: 45

Properties inherited from IdeTweaksItem (3)
Ide.TweaksItem:hidden-when
No description available.

since: 45

Ide.TweaksItem:id
No description available.

since: 45

Ide.TweaksItem:keywords
No description available.

since: 45

Signals

Signals inherited from IdeTweaksBinding (1)
IdeTweaksBinding::changed
No description available.

since: 45

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.

since: 2.0

Class structure

struct IdeTweaksSettingClass {
  IdeTweaksBindingClass parent_class;
  
}
No description available.
Class members
parent_class: IdeTweaksBindingClass
No description available.