Function
AdwCssClassBindingMapToClassFunc
unstable since: 1.10
Declaration
gboolean
(* AdwCssClassBindingMapToClassFunc) (
AdwCssClassBinding* self,
const GValue* property_value,
gpointer user_data
)
Description [src]
Prototype for mapping properties to CSS classes for a AdwCssClassBinding.
Available since: 1.10
Parameters
self-
Type:
AdwCssClassBindingThe binding class.
The data is owned by the caller of the function. property_value-
Type:
GValueThe source property value.
The data is owned by the caller of the function. user_data-
Type:
gpointerThe user data provided when creating the binding.
The argument can be NULL.The data is owned by the caller of the function.