Package: gio

Callback gio:settings-bind-get-mapping

Declaration

lambda (value variant) => result  

Values

value
a g:value instance for the property value
variant
a g:variant instance to map to the property value
result
True if the conversion succeeded, false in case of an error.

Details

The type for the callback function that is used to convert from the g:settings object to an object property with the g:settings-bind-with-mapping function. The value is already initialized to hold values of the appropriate type.
 

See also

#2026-03-25