Method

ClutterActorget_parent

Declaration [src]

ClutterActor*
clutter_actor_get_parent (
  ClutterActor* self
)

Description [src]

Retrieves the parent of self.

Return value

Type: ClutterActor

The ClutterActor parent, or NULL if no parent is set.

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