Handbook
Glossary
clutter_animatable_animate_property ( animatable animation property_name initial_value final_value progress value -- gboolean )
Vocabulary
clutter
.
ffi
Inputs
animatable
an
object
animation
an
object
property_name
an
object
initial_value
an
object
final_value
an
object
progress
an
object
value
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
gobject.ffi
;
IN:
clutter.ffi
LIBRARY:
clutter
FUNCTION:
gboolean
clutter_animatable_animate_property
( ClutterAnimatable* animatable, ClutterAnimation*
animation, gchar* property_name, GValue* initial_value,
GValue* final_value,
gdouble
progress, GValue* value )