Returns a list of pointers to opaque structures with accessor functions that describe the keys added to an animator.
Use KeyframeTransition instead
this |
a Animator instance |
object |
a Object to search for, or |
property_name |
a specific property name to query for, or |
progress |
a specific progress to search for, or a negative value for all progresses |
a list of AnimatorKeys; the contents of the list are owned by the Animator, but you should free the returned list when done, using g_list_free |