Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GBusType |
Enum : | BusType |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gio.BusType.NONE : 0
|
|
Number Gio.BusType.SESSION : 2
|
|
Number Gio.BusType.STARTER : -1
|
|
Number Gio.BusType.SYSTEM : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio
Method |
|
Gio
Method |
|
Gio
Method |
Gio.bus_own_name
(BusType bus_type, String name, BusNameOwnerFlags flags, Function bus_acquired_handler, Function name_acquired_handler, Function name_lost_handler, void* user_data, Function user_data_free_func)
:
Number
|
Gio
Method |
Gio.bus_own_name_with_closures
(BusType bus_type, String name, BusNameOwnerFlags flags, Closure bus_acquired_closure, Closure name_acquired_closure, Closure name_lost_closure)
:
Number
|
Gio
Method |
Gio.bus_watch_name
(BusType bus_type, String name, BusNameWatcherFlags flags, Function name_appeared_handler, Function name_vanished_handler, void* user_data, Function user_data_free_func)
:
Number
|
Gio
Method |
Gio.bus_watch_name_with_closures
(BusType bus_type, String name, BusNameWatcherFlags flags, Closure name_appeared_closure, Closure name_vanished_closure)
:
Number
|
Gio
Method |
|
Gio.DBusProxy
Property |
g_bus_type : Gio.BusType
|
Gio.DBusProxy
Method |
new Gio.DBusProxy.for_bus_sync
(BusType bus_type, DBusProxyFlags flags, DBusInterfaceInfo info, String name, String object_path, String interface_name, Cancellable cancellable)
:
Gio.DBusProxy
Create a new Gio.DBusProxy
|
Gio.DBusProxy
Method |
Gio.DBusProxy.new_for_bus
(BusType bus_type, DBusProxyFlags flags, DBusInterfaceInfo info, String name, String object_path, String interface_name, Cancellable cancellable, Function callback, void* user_data)
:
none
|