Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GDBusConnectionFlags |
Enum : | DBusConnectionFlags |
Properties | |
---|---|
guint32 Gio.DBusConnectionFlags.AUTHENTICATION_ALLOW_ANONYMOUS : 4
|
|
guint32 Gio.DBusConnectionFlags.AUTHENTICATION_CLIENT : 1
|
|
guint32 Gio.DBusConnectionFlags.AUTHENTICATION_SERVER : 2
|
|
guint32 Gio.DBusConnectionFlags.DELAY_MESSAGE_PROCESSING : 16
|
|
guint32 Gio.DBusConnectionFlags.MESSAGE_BUS_CONNECTION : 8
|
|
guint32 Gio.DBusConnectionFlags.NONE : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.DBusConnection
Property |
flags : Gio.DBusConnectionFlags
Flags from the GDBusConnectionFlags enumeration.
|
Gio.DBusConnection
Method |
new Gio.DBusConnection.for_address_sync
(String address, DBusConnectionFlags flags, DBusAuthObserver observer, Cancellable cancellable)
:
Gio.DBusConnection
Create a new Gio.DBusConnection
|
Gio.DBusConnection
Method |
new Gio.DBusConnection.sync
(IOStream stream, String guid, DBusConnectionFlags flags, DBusAuthObserver observer, Cancellable cancellable)
:
Gio.DBusConnection
Create a new Gio.DBusConnection
|
Gio.DBusConnection
Method |
Gio.DBusConnection.c_new
(IOStream stream, String guid, DBusConnectionFlags flags, DBusAuthObserver observer, Cancellable cancellable, Function callback, void* user_data)
:
none
Asynchronously sets up a D-Bus connection for exchanging D-Bus messages
with the end represented by stream. |
Gio.DBusConnection
Method |
Gio.DBusConnection.new_for_address
(String address, DBusConnectionFlags flags, DBusAuthObserver observer, Cancellable cancellable, Function callback, void* user_data)
:
none
Asynchronously connects and sets up a D-Bus client connection for
exchanging D-Bus messages with an endpoint specified by address which must be in the D-Bus address format. |