Method

ClutterActorget_content

Declaration [src]

ClutterContent*
clutter_actor_get_content (
  ClutterActor* self
)

Description [src]

Retrieves the contents of self.

Available since:1.10
Gets propertyClutter.Actor:content

Return value

Returns: ClutterContent
 

A pointer to the ClutterContent instance, or NULL if none was set.

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