Method
ClutterPathreplace_node
Declaration [src]
void
clutter_path_replace_node (
ClutterPath* path,
guint index_,
const ClutterPathNode* node
)
Parameters
index_
-
Type:
guint
Index to the existing node.
node
-
Type:
ClutterPathNode
The replacement node.
The data is owned by the caller of the method.