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