Deprecate State and Animator
The PropertyTransition, KeyframeTransition, and TransitionGroup classes can effectively replace Animator and State in their common usage.
This commit is contained in:
@ -168,9 +168,12 @@ void clutter_script_unmerge_objects (ClutterScript
|
||||
guint merge_id);
|
||||
void clutter_script_ensure_objects (ClutterScript *script);
|
||||
|
||||
CLUTTER_DEPRECATED_IN_1_12
|
||||
void clutter_script_add_states (ClutterScript *script,
|
||||
const gchar *name,
|
||||
ClutterState *state);
|
||||
|
||||
CLUTTER_DEPRECATED_IN_1_12
|
||||
ClutterState * clutter_script_get_states (ClutterScript *script,
|
||||
const gchar *name);
|
||||
|
||||
|
Reference in New Issue
Block a user