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.

Parameters

node

Type: ClutterPathNode

A ClutterPathNode.

The data is owned by the caller of the method.