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.

Available since:1.0

Parameters

x gint
 

The x coordinate.

y gint
 

The y coordinate.