Method

ClutterPathNodecopy

Declaration [src]

ClutterPathNode*
clutter_path_node_copy (
  const ClutterPathNode* node
)

Description [src]

Makes an allocated copy of a node.

Return value

Type: ClutterPathNode

The copied node.

The caller of the method takes ownership of the data, and is responsible for freeing it.