Gio.DBusConnectionFlags

Flags used when creating a new Gio.DBusConnection.

Since 2.26

DBusConnectionFlags.NONE

No flags set.

DBusConnectionFlags.AUTHENTICATION_CLIENT

Perform authentication against server.

DBusConnectionFlags.AUTHENTICATION_SERVER

Perform authentication against client.

DBusConnectionFlags.AUTHENTICATION_ALLOW_ANONYMOUS

When authenticating as a server, allow the anonymous authentication method.

DBusConnectionFlags.MESSAGE_BUS_CONNECTION

Pass this flag if connecting to a peer that is a message bus. This means that the Hello() method will be invoked as part of the connection setup.

DBusConnectionFlags.DELAY_MESSAGE_PROCESSING

If set, processing of D-Bus messages is delayed until Gio.DBusConnection.prototype.start_message_processing is called.