[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.4" ) ]
public List<unowned string> get_states ()
Warning: get_states is deprecated since 1.12.
Gets a list of all the state names managed by this State.
Use KeyframeTransition and TransitionGroup instead
this |
a State instance. |
a newly allocated List of state names. The contents of the returned List are owned by the State and should not be modified or freed. Use g_list_free to free the resources allocated by the returned list when done using it |