:right-sidebar: True BusNameOwnerFlags =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.26 .. class:: BusNameOwnerFlags :no-contents-entry: Flags used in :func:`~gi.repository.Gio.bus_own_name`. Fields ------ .. rst-class:: interim-class .. class:: BusNameOwnerFlags :no-index: .. attribute:: ALLOW_REPLACEMENT Allow another message bus connection to claim the name. .. attribute:: DO_NOT_QUEUE If another message bus connection owns the name, immediately return an error from :func:`~gi.repository.Gio.bus_own_name` rather than entering the waiting queue for that name. (Since 2.54) .. attribute:: NONE No flags set. .. attribute:: REPLACE If another message bus connection owns the name and have specified :const:`~gi.repository.Gio.BusNameOwnerFlags.ALLOW_REPLACEMENT`, then take the name from the other connection.