SettingsBindSetMappingShared


Description:

[ 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.

Parameters:

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

Returns:

a new Variant holding the data from value, or null in case of an error


Namespace: GLib
Package: gio-2.0