Method

ClutterActorMetaget_actor

Declaration [src]

ClutterActor*
clutter_actor_meta_get_actor (
  ClutterActorMeta* meta
)

Description [src]

Retrieves a pointer to the ClutterActor that owns meta.

Available since:1.4

Return value

Returns: ClutterActor
 

A pointer to a ClutterActor or NULL.

 The data is owned by the instance.