Method
ClutterActorget_child_at_index
Declaration [src]
ClutterActor*
clutter_actor_get_child_at_index (
ClutterActor* self,
gint index_
)
Return value
Type: ClutterActor
A pointer to a ClutterActor
,
or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |