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