Handbook
Glossary
cogl_path_ellipse ( center_x center_y radius_x radius_y -- )
Vocabulary
clutter
.
cogl
.
ffi
Inputs
center_x
an
object
center_y
an
object
radius_x
an
object
radius_y
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_ellipse
(
gfloat
center_x,
gfloat
center_y,
gfloat
radius_x,
gfloat
radius_y )