Function
GioSettingsBindGetMapping
Declaration
gboolean
(* GSettingsBindGetMapping) (
  GValue* value,
  GVariant* variant,
  gpointer user_data
)
Description [src]
The type for the function that is used to convert from GSettings
to an object property.
The value is already initialized to hold values of the appropriate type.
Parameters
- value
- 
            Type: GValueReturn location for the property value. The data is owned by the caller of the function. 
- variant
- 
            Type: GVariantVariant to map to the property value. 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.