Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Enum Gio.BusNameWatcherFlags

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GBusNameWatcherFlags
Enum : BusNameWatcherFlags
Flags used in g_bus_watch_name().
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:32 GMT+0800 (HKT)