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 self
‘s 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 . |