Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GDBusConnectionFlags |
Enum : | DBusConnectionFlags |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gio.DBusConnectionFlags.AUTHENTICATION_ALLOW_ANONYMOUS : 4
|
|
Number Gio.DBusConnectionFlags.AUTHENTICATION_CLIENT : 1
|
|
Number Gio.DBusConnectionFlags.AUTHENTICATION_SERVER : 2
|
|
Number Gio.DBusConnectionFlags.MESSAGE_BUS_CONNECTION : 8
|
|
Number Gio.DBusConnectionFlags.NONE : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.DBusConnection
Property |
flags : Gio.DBusConnectionFlags
|
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 |
new Gio.DBusConnection.for_address_sync
(String address, 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
|
Gio.DBusConnection
Method |
Gio.DBusConnection.new_for_address
(String address, DBusConnectionFlags flags, DBusAuthObserver observer, Cancellable cancellable, Function callback, void* user_data)
:
none
|