Method

ClutterActorget_last_child

since: 1.10

Declaration [src]

ClutterActor*
clutter_actor_get_last_child (
  ClutterActor* self
)

Description [src]

Retrieves the last child of self.

The returned pointer is only valid until the scene graph changes; it is not safe to modify the list of children of self while iterating it.

Available since: 1.10

Return value

Type: ClutterActor

A pointer to a ClutterActor, or NULL.

The data is owned by the instance.
The return value can be NULL.