Method

ClutterPathinsert_node

Declaration [src]

void
clutter_path_insert_node (
  ClutterPath* path,
  gint index_,
  const ClutterPathNode* node
)

Description [src]

Inserts node into the path before the node at the given offset. If index_ is negative it will append the node to the end of the path.

Available since:1.0

Parameters

index_ gint
 

Offset of where to insert the node.

node ClutterPathNode
 

The node to insert.

 The data is owned by the caller of the function.