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 |
Gets property | Clutter.ActorMeta:actor |
Return value
Returns: | ClutterActor |
A pointer to a |
|
The data is owned by the instance. |