:right-sidebar: True DBusServerFlags =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.26 .. class:: DBusServerFlags :no-contents-entry: Flags used when creating a :obj:`~gi.repository.Gio.DBusServer`. Fields ------ .. rst-class:: interim-class .. class:: DBusServerFlags :no-index: .. attribute:: AUTHENTICATION_ALLOW_ANONYMOUS Allow the anonymous authentication method. .. attribute:: AUTHENTICATION_REQUIRE_SAME_USER Require the UID of the peer to be the same as the UID of the server when authenticating. (Since: 2.68) .. attribute:: NONE No flags set. .. attribute:: RUN_IN_THREAD All :obj:`~gi.repository.Gio.DBusServer`::new-connection signals will run in separated dedicated threads (see signal for details).