Enumeration (GI Flags)

Gio-2.0GioDBusServerFlagsSince 2.26

Flags used when creating a Gio.DBusServer.

2.26

Index

Enumeration Members

AUTHENTICATION_ALLOW_ANONYMOUS: number

Allow the anonymous authentication method.

AUTHENTICATION_REQUIRE_SAME_USER: number

Require the UID of the peer to be the same as the UID of the server when authenticating. (Since: 2.68)

NONE: number

No flags set.

RUN_IN_THREAD: number

All Gio.DBusServer.SignalSignatures.new_connection | Gio.DBusServer::new-connection signals will run in separated dedicated threads (see signal for details).