Method
ClutterActorpick_frame_clock
Declaration [src]
ClutterFrameClock*
clutter_actor_pick_frame_clock (
ClutterActor* self,
ClutterActor** out_actor
)
Description [src]
Pick the most suitable frame clock for driving animations for this actor.
The ClutterActor used for picking the frame clock is written out_actor.
| This method is not directly available to language bindings. |
Parameters
out_actor |
ClutterActor |
A pointer to an |
|
| The argument will be set by the function. | |
The argument can be set to NULL. | |
The argument can be NULL. | |
| The instance takes ownership of the data, and is responsible for freeing it. |
Return value
| Returns: | ClutterFrameClock |
A |
|
| The data is owned by the instance. | |
The return value can be NULL. |