Function
CallyActionCallback
Description [src]
Action function, to be used on AtkAction implementations as
an individual action. Unlike CallyActionFunc, this function
uses the user_data argument passed to cally_actor_add_action_full().
| Available since: | 1.6 |
Parameters
cally_actor |
CallyActor |
A |
|
| The data is owned by the caller of the function. | |
user_data |
gpointer |
User data passed to the function. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |