Method

ClutterPathadd_cairo_path

Declaration [src]

void
clutter_path_add_cairo_path (
  ClutterPath* path,
  const cairo_path_t* cpath
)

Description [src]

Add the nodes of the Cairo path to the end of path.

Available since:1.0

Parameters

cpath cairo_path_t
 

A Cairo path.

 The data is owned by the caller of the function.