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