Handbook
Glossary
clutter_behaviour_ellipse_new ( alpha x y width height direction start end -- ClutterBehaviour* )
Vocabulary
clutter
.
ffi
Inputs
alpha
an
object
x
an
object
y
an
object
width
an
object
height
an
object
direction
an
object
start
an
object
end
an
object
Outputs
ClutterBehaviour*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
ClutterBehaviour*
clutter_behaviour_ellipse_new
( ClutterAlpha* alpha,
gint
x,
gint
y,
gint
width,
gint
height,
ClutterRotateDirection
direction,
gdouble
start,
gdouble
end )