Method

ClutterPathadd_rel_line_to

Declaration [src]

void
clutter_path_add_rel_line_to (
  ClutterPath* path,
  gint x,
  gint y
)

Description [src]

Same as clutter_path_add_line_to() except the coordinates are relative to the previous node.

Available since:1.0

Parameters

x gint
 

The x coordinate.

y gint
 

The y coordinate.