get_keys


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.4" ) ]
public List<unowned StateKey> get_keys (string? source_state_name, string? target_state_name, Object? object, string? property_name)

Warning: get_keys is deprecated since 1.12.

Returns a list of pointers to opaque structures with accessor functions that describe the keys added to an animator.

Note:

Parameters:

this

a State instance.

source_state_name

the source transition name to query, or null for all source states

target_state_name

the target transition name to query, or null for all target states

object

the specific object instance to list keys for, or null for all managed objects

property_name

the property name to search for, or null for all properties.

Returns:

a newly allocated List of StateKeys. 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