Method

ClutterPathreplace_node

Declaration [src]

void
clutter_path_replace_node (
  ClutterPath* path,
  guint index_,
  const ClutterPathNode* node
)

Description [src]

Replaces the node at offset index_ with node.

Available since:1.0

Parameters

index_ guint
 

Index to the existing node.

node ClutterPathNode
 

The replacement node.

 The data is owned by the caller of the function.