MiniObjectFlags

class MiniObjectFlags

Flags for the mini object

Fields

class MiniObjectFlags
LAST

First flag that can be used by subclasses.

LOCKABLE

The object can be locked and unlocked with lock() and unlock().

LOCK_READONLY

The object is permanently locked in READONLY mode. Only read locks can be performed on the object.

MAY_BE_LEAKED

The object is expected to stay alive even after deinit() has been called and so should be ignored by leak detection tools. (Since: 1.10)