SettingsBindGetMappingShared
Description:
[ CCode ( cname = "GSettingsBindGetMapping" , has_target = false ) ]
public delegate bool SettingsBindGetMappingShared (Value value, Variant variant, void* user_data)
public delegate bool SettingsBindGetMappingShared (Value value, Variant variant, void* user_data)
The type for the function that is used to convert from Settings to an object property.
The value
is already initialized to hold values of the appropriate type.
Parameters:
value |
return location for the property value |
variant |
the Variant |
user_data |
user data that was specified when the binding was created |
Returns:
true if the conversion succeeded, false in case of an error |
Namespace: GLib
Package: gio-2.0