clutter_animatable_animate_property ( animatable animation property_name initial_value final_value progress value -- gboolean )


Vocabulary
clutter.ffi

Inputs
animatablean object
animationan object
property_namean object
initial_valuean object
final_valuean object
progressan object
valuean object


Outputs
gbooleanan object


Definition


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 )