Module: Gio::DBusServerFlags
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
No flags set.
0 or :none
- RUN_IN_THREAD =
All GDBus::Server::new-connection
signals will run in separated dedicated threads (see signal for
details). 1 or :run_in_thread
- AUTHENTICATION_ALLOW_ANONYMOUS =
Allow the anonymous
authentication method. 2 or :authentication_allow_anonymous
- 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) 4 or :authentication_require_same_user