Retrieves the easing mode used for state_key
.
Retrieves the duration of the pause after transitioning is complete as a fraction of the total transition time.
Retrieves the pause before transitioning starts as a fraction of the total transition time.
Retrieves the name of the property this #ClutterStateKey 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_state_key_get_value()
Retrieves the name of the source state of the state_key
Get the name of the source state this #ClutterStateKey contains, or NULL if this is the generic state key for the given property when transitioning to the target state.
Retrieves a copy of the value for a #ClutterStateKey.
The #GValue needs to be already initialized for the value type of the property 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 state_key
#ClutterStateKey is an opaque structure whose members cannot be accessed directly