Method
ClutterPathget_nodes
Declaration [src]
GSList*
clutter_path_get_nodes (
ClutterPath* path
)
Description [src]
Returns a GSList
of ClutterPathNode
s. The list should be
freed with g_slist_free(). The nodes are owned by the path and
should not be freed. Altering the path may cause the nodes in the
list to become invalid so you should copy them if you want to keep
the list.
Available since: | 1.0 |