Package: gio

Callback gio:settings-bind-set-mapping

Declaration

lambda (value vtype) => result  

Values

value
a g:value instance for the property value
vtype
a g:variant-type instance for the expected type of the result
result
The new g:variant instance holding the date from value, or nil 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