get_states


Description:

[ 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.

Note:

Parameters:

this

a State instance.

Returns:

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