Method

ClutterPathNodecopy

Declaration [src]

ClutterPathNode*
clutter_path_node_copy (
  const ClutterPathNode* node
)

Description [src]

Makes an allocated copy of a node.

Available since:1.0

Return value

Returns: ClutterPathNode
 

The copied node.

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