Method

ClutterPathadd_node

Declaration [src]

void
clutter_path_add_node (
  ClutterPath* path,
  const ClutterPathNode* node
)

Description [src]

Adds node to the end of the path.

Available since:1.0

Parameters

node ClutterPathNode
 

A ClutterPathNode.

 The data is owned by the caller of the function.