Method

ClutterActorget_parent

Declaration [src]

ClutterActor*
clutter_actor_get_parent (
  ClutterActor* self
)

Description [src]

Retrieves the parent of self.

Return value

Returns: ClutterActor
 

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

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