Gio.SettingsBindGetMapping

function onSettingsBindGetMapping(value: Any, variant: GLib.Variant): Boolean {
}
  

The type for the function that is used to convert from Gio.Settings to an object property. The value is already initialized to hold values of the appropriate type.

value

return location for the property value

variant

the GLib.Variant

Returns

true if the conversion succeeded, false in case of an error