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.

Parameters

cpath

Type: cairo_path_t

A Cairo path.

The data is owned by the caller of the function.