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.

Parameters

x

Type: gint

The x coordinate.

y

Type: gint

The y coordinate.