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.

Parameters

x

Type: gint

The x coordinate.

y

Type: gint

The y coordinate.