Method

ClutterPathforeach

Declaration [src]

void
clutter_path_foreach (
  ClutterPath* path,
  ClutterPathCallback callback,
  gpointer user_data
)

Description [src]

Calls a function for each node of the path.

Available since:1.0

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.