Handbook
Glossary
clutter_animator_set ( animator first_object first_property_name first_mode first_progress varargs -- )
Vocabulary
clutter
.
ffi
Inputs
animator
an
object
first_object
an
object
first_property_name
an
object
first_mode
an
object
first_progress
an
object
varargs
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
void
clutter_animator_set
( ClutterAnimator* animator,
gpointer
first_object, gchar*
first_property_name,
guint
first_mode,
gdouble
first_progress,
void*
varargs )