GObject.Object
Gio.DBusServer
Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GDBusServer |
Class : | DBusServer |
Implements: | Gio.Initable |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
active : String
read only
|
Gio.DBusServer | |
address : String
|
Gio.DBusServer | |
authentication_observer : Gio.DBusAuthObserver
|
Gio.DBusServer | |
client_address : String
read only
|
Gio.DBusServer | |
flags : Gio.DBusServerFlags
|
Gio.DBusServer | |
guid : String
|
Gio.DBusServer | |
parent_instance : GObject.Object
read only
|
Gio.DBusServer | |
priv : Gio.DBusServerPrivate
read only
|
Gio.DBusServer |
Method / Constructor | Defined By | |
---|---|---|
new Gio.DBusServer
(Object properties)
Create a new Gio.DBusServer
Create a new Gio.DBusServer
|
||
new Gio.DBusServer.sync
(String address, DBusServerFlags flags, String guid, DBusAuthObserver observer, Cancellable cancellable)
:
Gio.DBusServer
Create a new Gio.DBusServer
Create a new Gio.DBusServer
|
||
get_client_address
()
:
String
|
Gio.DBusServer | |
get_flags
()
:
Gio.DBusServerFlags
|
Gio.DBusServer | |
get_guid
()
:
String
|
Gio.DBusServer | |
init
(Cancellable cancellable)
:
Boolean
|
Gio.Initable | |
is_active
()
:
Boolean
|
Gio.DBusServer | |
start
()
:
none
|
Gio.DBusServer | |
stop
()
:
none
|
Gio.DBusServer |
Event | Defined By | |
---|---|---|
new_connection (DBusServer self, DBusConnection object)
:
none
|
Gio.DBusServer |