get_keys
Description:
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.
Use KeyframeTransition and TransitionGroup instead
Parameters:
this |
a State instance. |
source_state_name |
the source transition name to query, or |
target_state_name |
the target transition name to query, or |
object |
the specific object instance to list keys for, or |
property_name |
the property name to search for, or |
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 |