Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GBusNameWatcherFlags |
Enum : | BusNameWatcherFlags |
Properties | |
---|---|
guint32 Gio.BusNameWatcherFlags.AUTO_START : 1
|
|
guint32 Gio.BusNameWatcherFlags.NONE : 0
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio
Method |
Gio.bus_watch_name_on_connection
(DBusConnection connection, String name, BusNameWatcherFlags flags, Closure name_appeared_closure, Closure name_vanished_closure)
:
guint32
Like g_bus_watch_name() but takes a GDBusConnection instead of a
GBusType. |
Gio
Method |
Gio.bus_watch_name
(BusType bus_type, String name, BusNameWatcherFlags flags, Closure name_appeared_closure, Closure name_vanished_closure)
:
guint32
Starts watching name on the bus specified by bus_type and calls
known to have a owner respectively known to lose its owner. |