DBusServerFlags#
Added in version 2.26.
- class DBusServerFlags#
Flags used when creating a DBusServer.
Fields#
- class DBusServerFlags
- AUTHENTICATION_ALLOW_ANONYMOUS#
Allow the anonymous authentication method.
- 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)
- NONE#
No flags set.
- RUN_IN_THREAD#
All
DBusServer::new-connection signals will run in separated dedicated threads (see signal for details).