Package: gio
Function gio:settings-bind-with-mapping
Lambda Listgio:settings-bind-with-mapping (settings key object property flags get-mapping set-mapping) ArgumentsDetails Create a binding between key in the settings object and the property property of object.
The binding uses the provided mapping functions to map between settings and
property values. Note that the lifecycle of the binding is tied to object, and that you can have only one binding per object property. If you bind the same property twice on the same object, the second binding overrides the first one. Notes | See also |
#2026-03-25