| Clutter Reference Manual |
|---|
It is possible to iterate over all the ClutterPathNodes
inside a ClutterPath by using clutter_path_get_nodes(), which will return
a GSList of ClutterPathNodes; or by using clutter_path_foreach()
with a function.
The function pointer passed to clutter_path_foreach() should have the
following definition:
1 |