Function
GioSettingsBindSetMapping
Declaration
GVariant*
(* GSettingsBindSetMapping) (
  const GValue* value,
  const GVariantType* expected_type,
  gpointer user_data
)
Description [src]
The type for the function that is used to convert an object property
value to a GVariant for storing it in GSettings.
Parameters
- value
- 
            Type: GValueThe property value to map. The data is owned by the caller of the function. 
- expected_type
- 
            Type: GVariantTypeExpected type of the result. The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerUser data that was specified when the binding was created. The argument can be NULL.The data is owned by the caller of the function.