Function
ClutterPathCallback
since: 13
Description [src]
This function is passed to clutter_path_foreach() and will be
called for each node contained in the path.
Available since: 13
Parameters
node-
Type:
ClutterPathNodeThe node.
The data is owned by the caller of the function. data-
Type:
gpointerOptional data passed to the function.
The argument can be NULL.The data is owned by the caller of the function.