Method

ClutterPathadd_line_to

Declaration [src]

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

Description [src]

Adds a CLUTTER_PATH_LINE_TO type node to the path. This causes the actor to move to the new coordinates in a straight line.

Available since:1.0

Parameters

x gint
 

The x coordinate.

y gint
 

The y coordinate.