Tepl.SettingsBindingGroup¶
Fields¶
None
Methods¶
|
|
|
Details¶
- class Tepl.SettingsBindingGroup¶
- add(property_name)¶
- Parameters:
property_name (
str) – the name of aGObject.Objectproperty.
Adds property_name to self.
Each time that you call
Gio.Settings.bind() (or similar), you should call this function too.New in version 6.11.
- unbind(object)¶
- Parameters:
object (
GObject.Object) – aGObject.Object.
Calls
Gio.Settings.unbind() on object for all properties that have been added to self.This function is intended to be called in
dispose().New in version 6.11.