Method
ClutterPathforeach
Declaration [src]
void
clutter_path_foreach (
ClutterPath* path,
ClutterPathCallback callback,
gpointer user_data
)
Parameters
callback-
Type:
ClutterPathCallbackThe function to call with each node.
user_data-
Type:
gpointerUser data to pass to the function.
The argument can be NULL.The data is owned by the caller of the method.