Method

ClutterPathto_cairo_path

Declaration [src]

void
clutter_path_to_cairo_path (
  ClutterPath* path,
  cairo_t* cr
)

Description [src]

Add the nodes of the ClutterPath to the path in the Cairo context.

Parameters

cr

Type: cairo_t

A Cairo context.

The data is owned by the caller of the function.