Constructor

ClutterPathnew

Declaration [src]

ClutterPath*
clutter_path_new (
  void
)

Description [src]

Creates a new ClutterPath instance with no nodes.

Available since:1.0

Return value

Returns: ClutterPath
 

The newly created ClutterPath.

 The data is owned by the called function.