Method

ClutterActorget_next_sibling

Declaration [src]

ClutterActor*
clutter_actor_get_next_sibling (
  ClutterActor* self
)

Description [src]

Retrieves the sibling of self that comes after it in the list of children of selfs parent.

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

Returns: ClutterActor
 

A pointer to a ClutterActor, or NULL.

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