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
  Show / Hide Inherited methods, properties and signals
An enumeration for well-known message buses.
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, 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.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 Tue Jun 22 2010 16:33:32 GMT+0800 (HKT)