c
Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Enum Gio.BusType

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GBusType
Enum : BusType
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio
Method
Gio.bus_get (BusType bus_type, Cancellable cancellable, Function callback, void* user_data) : none
Gio
Method
Gio.bus_get_sync (BusType bus_type, Cancellable cancellable) : Gio.DBusConnection
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
Gio
Method
Gio.bus_watch_name (BusType bus_type, String name, BusNameWatcherFlags flags, Closure name_appeared_closure, Closure name_vanished_closure) : guint32
Gio
Method
Gio.dbus_address_get_for_bus_sync (BusType bus_type, Cancellable cancellable) : String
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
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Thu Mar 31 2011 03:02:58 GMT+0800 (HKT)