state: add clutter_state_set_state and clutter_state_warp_to_state
authorØyvind Kolås <pippin@linux.intel.com>
Wed, 7 Jul 2010 17:14:43 +0000 (18:14 +0100)
committerØyvind Kolås <pippin@linux.intel.com>
Wed, 7 Jul 2010 17:17:09 +0000 (18:17 +0100)
commit9e730727ca3318067164121b52ed62d164884649
treea83aeaa32a7d54dde662a6627ceea705841f9f9b
parentf87e4037a880b3bf180a547dea1713a99aa3398b
state: add clutter_state_set_state and clutter_state_warp_to_state

Replaced clutter_state_change with a boolean argument for animating the
transition or not with two separate argument-less methods.
clutter/clutter-state.c
clutter/clutter-state.h
doc/reference/clutter/clutter-sections.txt
tests/interactive/test-state-animator.c
tests/interactive/test-state.c