Function Macro

ClutterACTOR_UNSET_FLAGS

Declaration [src]

#define CLUTTER_ACTOR_UNSET_FLAGS (
  a,
  f
)

Description [src]

Unsets the given flags on a ClutterActor.

Deprecated since:1.24

Changing flags directly is heavily discouraged in newly written code. ClutterActor will take care of unsetting the internal state.

This function is not directly available to language bindings

Parameters

a -
 

A ClutterActor.

f -
 

The ClutterActorFlags to unset.