LayeredSettings.bindWithMapping
void bindWithMapping(string key, void * object, string property, gio.types.SettingsBindFlags flags, gio.types.SettingsBindGetMapping getMapping, gio.types.SettingsBindSetMapping setMapping)Creates a new binding similar to [gio.settings.Settings.bindWithMapping] but applying from the resolved value via the layered settings.
Parameters
key | the settings key to bind. object (type GObject.Object): the target object. |
object | |
property | the property on object to apply. |
flags | flags for the binding. |
getMapping | the get mapping function |
setMapping | the set mapping function |