Function
AdwCssClassBindingMapToPropertyFunc
unstable since: 1.10
Declaration
void
(* AdwCssClassBindingMapToPropertyFunc) (
AdwCssClassBinding* self,
gboolean class_applied,
GValue* property_value,
gpointer user_data
)
Description [src]
Prototype for mapping CSS classes to properties for a AdwCssClassBinding.
Available since: 1.10
Parameters
self-
Type:
AdwCssClassBindingThe binding class.
The data is owned by the caller of the function. class_applied-
Type:
gbooleanWhether the target CSS class is applied.
property_value-
Type:
GValueThe value to use for the source property.
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.