Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Enum Gio.BusNameOwnerFlags

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GBusNameOwnerFlags
Enum : BusNameOwnerFlags
Flags used in g_bus_own_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_own_name_on_connection (DBusConnection connection, String name, BusNameOwnerFlags flags, Closure name_acquired_closure, Closure name_lost_closure) : guint32
Like g_bus_own_name() but takes a GDBusConnection instead of a
GBusType.
Gio
Method
Gio.bus_own_name (BusType bus_type, String name, BusNameOwnerFlags flags, Closure bus_acquired_closure, Closure name_acquired_closure, Closure name_lost_closure) : guint32
Starts acquiring name on the bus specified by bus_type and calls
acquired respectively lost.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:32 GMT+0800 (HKT)