Method
ClutterActoradd_action_full
Declaration [src]
void
clutter_actor_add_action_full (
ClutterActor* self,
const char* name,
ClutterEventPhase phase,
ClutterAction* action
)
Parameters
name |
const char* |
| No description available. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
phase |
ClutterEventPhase |
| No description available. | |
action |
ClutterAction |
| No description available. | |
| The data is owned by the caller of the function. |