Handbook
Glossary
cogl_path_line ( x_1 y_1 x_2 y_2 -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
x_1
an
object
y_1
an
object
x_2
an
object
y_2
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.cogl.ffi
LIBRARY:
clutter.cogl
FUNCTION:
void
cogl_path_line
(
gfloat
x_1,
gfloat
y_1,
gfloat
x_2,
gfloat
y_2 )