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