Retrieves the mode of a #ClutterAnimator key, for the first key of a property for an object this represents the whether the animation is open ended and or curved for the remainding keys for the property it represents the easing mode.
Retrieves the progress of an clutter_animator_key
Retrieves the name of the property a key applies to.
Retrieves the #GType of the property a key applies to
You can use this type to initialize the #GValue to pass to clutter_animator_key_get_value()
Retrieves a copy of the value for a #ClutterAnimatorKey.
The passed in #GValue needs to be already initialized for the value type of the key or to a type that allow transformation from the value type of the key.
Use g_value_unset() when done.
a #GValue initialized with the correct type for the animator key
A key frame inside a #ClutterAnimator