Method

ClutterActorget_previous_sibling

Declaration [src]

ClutterActor*
clutter_actor_get_previous_sibling (
  ClutterActor* self
)

Description [src]

Retrieves the sibling of self that comes before 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.

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.