GObject.Object
Gio.DBusAuthObserver
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GDBusAuthObserver |
Class : | DBusAuthObserver |
Extends: | GObject.Object |
None |
Method / Constructor | Defined By | |
---|---|---|
new Gio.DBusAuthObserver
()
Create a new Gio.DBusAuthObserver
Create a new Gio.DBusAuthObserver
|
||
Emits the GDBusAuthObserver::authorize-authenticated-peer signal on observer.
Emits the GDBusAuthObserver::authorize-authenticated-peer signal on observer.
|
Gio.DBusAuthObserver |
Event | Defined By | |
---|---|---|
authorize_authenticated_peer (DBusAuthObserver self, IOStream stream, Credentials credentials)
:
gboolean
Emitted to check if a peer that is successfully authenticated
is authorized.
Emitted to check if a peer that is successfully authenticated
is authorized.
|
Gio.DBusAuthObserver |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.DBusConnection
Property |
authentication_observer : Gio.DBusAuthObserver
A GDBusAuthObserver object to assist in the authentication process or NULL.
|
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. |
Gio.DBusServer
Property |
authentication_observer : Gio.DBusAuthObserver
A GDBusAuthObserver object to assist in the authentication process or NULL.
|
Gio.DBusServer
Method |
new Gio.DBusServer.sync
(String address, DBusServerFlags flags, String guid, DBusAuthObserver observer, Cancellable cancellable)
:
Gio.DBusServer
Create a new Gio.DBusServer
|