Handbook
Glossary
clutter_vertex_new ( x y z -- ClutterVertex* )
Vocabulary
clutter
.
ffi
Inputs
x
an
object
y
an
object
z
an
object
Outputs
ClutterVertex*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
ClutterVertex*
clutter_vertex_new
(
gfloat
x,
gfloat
y,
gfloat
z )