Method

ClutterPathadd_rel_move_to

Declaration [src]

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

Description [src]

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

Parameters

x

Type: gint

The x coordinate.

y

Type: gint

The y coordinate.