GLib.DBusConnectionFlags – gio-2.0 Reference Manual
Packages
gio-2.0
GLib
DBusConnectionFlags
AUTHENTICATION_ALLOW_ANONYMOUS
AUTHENTICATION_CLIENT
AUTHENTICATION_SERVER
DELAY_MESSAGE_PROCESSING
MESSAGE_BUS_CONNECTION
NONE
DBusConnectionFlags
Description:
[
Flags
]
public
enum
DBusConnectionFlags
Flags used when creating a new
DBusConnection
.
Namespace:
GLib
Package:
gio-2.0
Content:
Enum values:
NONE
-
No flags set.
AUTHENTICATION_CLIENT
-
Perform authentication against server.
AUTHENTICATION_SERVER
-
Perform authentication against client.
AUTHENTICATION_ALLOW_ANONYMOUS
-
When authenticating as a server, allow the anonymous authentication method.
MESSAGE_BUS_CONNECTION
-
Pass this flag if connecting to a peer that is a message bus.
DELAY_MESSAGE_PROCESSING
-
If set, processing of D-Bus messages is delayed until
start_message_processing
is called.