GDBusServerFlags

Flags used when creating a GDBusServer. G_DBUS_SERVER_FLAGS_NONE No flags set. G_DBUS_SERVER_FLAGS_RUN_IN_THREAD All "new-connection" signals will run in separated dedicated threads (see signal for details). G_DBUS_SERVER_FLAGS_AUTHENTICATION_ALLOW_ANONYMOUS Allow the anonymous authentication method. Since 2.26

Values

ValueMeaning
NONE0
RUN_IN_THREAD(1 << 0)
AUTHENTICATION_ALLOW_ANONYMOUS(1 << 1)

Meta