Method

ClutterActoris_mapped

Declaration [src]

gboolean
clutter_actor_is_mapped (
  ClutterActor* self
)

Description [src]

Checks whether a ClutterActor has been set as mapped.

See also CLUTTER_ACTOR_IS_MAPPED and ClutterActor:mapped.

Available since:1.24

Return value

Returns: gboolean
 

TRUE if the actor is mapped.