GSettingsBindSetMapping

The type for the function that is used to convert an object property value to a #GVariant for storing it in #GSettings.

alias GSettingsBindSetMapping = GVariant* function(GValue* value, GVariantType* expectedType, void* userData)

Return Value

a new #GVariant holding the data from @value, or %NULL in case of an error

Meta