[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.4" ) ]
public unowned string get_state ()
Warning: get_state is deprecated since 1.12.
Queries the currently set target state.
Use KeyframeTransition and TransitionGroup instead
During a transition this function will return the target of the transition.
This function is useful when called from handlers of the completed signal.
this |
a State |
a string containing the target state. The returned string is owned by the State and should not be modified or freed |