Handbook
Glossary
clutter_actor_animate ( actor mode duration first_property_name varargs -- ClutterAnimation* )
Vocabulary
clutter
.
ffi
Inputs
actor
an
object
mode
an
object
duration
an
object
first_property_name
an
object
varargs
an
object
Outputs
ClutterAnimation*
an
object
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
ClutterAnimation*
clutter_actor_animate
( ClutterActor* actor,
gulong
mode,
guint
duration, gchar*
first_property_name,
void*
varargs )