Handbook
Glossary
clutter_behaviour_rotate_new ( alpha axis direction angle_start angle_end -- ClutterBehaviour* )
Vocabulary
clutter
.
ffi
Inputs
alpha
an
object
axis
an
object
direction
an
object
angle_start
an
object
angle_end
an
object
Outputs
ClutterBehaviour*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
ClutterBehaviour*
clutter_behaviour_rotate_new
( ClutterAlpha* alpha,
ClutterRotateAxis
axis,
ClutterRotateDirection
direction,
gdouble
angle_start,
gdouble
angle_end )