Module: Gio::DBusConnectionFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

No flags set.

0 or :none
AUTHENTICATION_CLIENT =

Perform authentication against server.

1 or :authentication_client
AUTHENTICATION_SERVER =

Perform authentication against client.

2 or :authentication_server
AUTHENTICATION_ALLOW_ANONYMOUS =

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

4 or :authentication_allow_anonymous
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.

8 or :message_bus_connection
DELAY_MESSAGE_PROCESSING =

If set, processing of D-Bus messages is delayed until g_dbus_connection_start_message_processing() is called.

16 or :delay_message_processing