[ CCode ( cname = "GSettingsBindSetMapping" , has_target = false ) ]
public delegate Variant SettingsBindSetMappingShared (Value value, VariantType expected_type, void* user_data)
The type for the function that is used to convert an object property value to a Variant for storing it in Settings.
value |
a Value containing the property value to map |
expected_type |
the VariantType to create |
user_data |
user data that was specified when the binding was created |
a new Variant holding the data from |