Method

ClutterActorget_children

Declaration [src]

GList*
clutter_actor_get_children (
  ClutterActor* self
)

Description [src]

Retrieves the list of children of self.

Available since:1.10

Return value

Returns: A list of ClutterActor*
 

A newly allocated GList of ClutterActors. Use g_list_free() when done.

 The caller of the method takes ownership of the data container, but not the data inside it.