Gio.Settings.unbind
function unbind(object: void, property: String): void { // Gjs wrapper for g_settings_unbind() }
Removes an existing binding for property on object.
Note that bindings are automatically removed when the object is finalized, so it is rarely necessary to call this function.
Since 2.26
- object
the object
- property
the property whose binding is removed