Method
ClutterPathget_node
Declaration [src]
void
clutter_path_get_node (
ClutterPath* path,
guint index_,
ClutterPathNode* node
)
Parameters
index_-
Type:
guintThe node number to retrieve.
node-
Type:
ClutterPathNodeA location to store a copy of the node.
The argument will be set by the function. The data is owned by the instance.