:right-sidebar: True MiniObjectFlags =================================================================== .. currentmodule:: gi.repository.Gst .. class:: MiniObjectFlags :no-contents-entry: Flags for the mini object Fields ------ .. rst-class:: interim-class .. class:: MiniObjectFlags :no-index: .. attribute:: LAST First flag that can be used by subclasses. .. attribute:: LOCKABLE The object can be locked and unlocked with :func:`~gi.repository.Gst.MiniObject.lock` and :func:`~gi.repository.Gst.MiniObject.unlock`. .. attribute:: LOCK_READONLY The object is permanently locked in READONLY mode. Only read locks can be performed on the object. .. attribute:: MAY_BE_LEAKED The object is expected to stay alive even after :func:`~gi.repository.Gst.deinit` has been called and so should be ignored by leak detection tools. (Since: 1.10)