Handbook
Glossary
clutter_path_add_curve_to ( path x_1 y_1 x_2 y_2 x_3 y_3 -- )
Vocabulary
clutter
.
ffi
Inputs
path
an
object
x_1
an
object
y_1
an
object
x_2
an
object
y_2
an
object
x_3
an
object
y_3
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
void
clutter_path_add_curve_to
( ClutterPath* path,
gint
x_1,
gint
y_1,
gint
x_2,
gint
y_2,
gint
x_3,
gint
y_3 )