Method
ClutterActorget_content
Declaration [src]
ClutterContent*
clutter_actor_get_content (
ClutterActor* self
)
Return value
Type: ClutterContent
A pointer to the ClutterContent
instance, or NULL
if none was set.
The returned data is owned by the instance. |
The return value can be NULL . |