Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gio.DBusConnection

Class Gio.DBusConnection

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GDBusConnection
Class : DBusConnection
Implements: Gio.AsyncInitable, Gio.Initable
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
The GDBusConnection structure contains only private data and should only be accessed using the provided API.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio
Method
Gio.bus_get_finish (AsyncResult res) : Gio.DBusConnection
Gio
Method
Gio.bus_get_sync (BusType bus_type, Cancellable cancellable) : Gio.DBusConnection
Gio
Method
Gio.bus_own_name_on_connection (DBusConnection connection, String name, BusNameOwnerFlags flags, Function name_acquired_handler, Function name_lost_handler, void* user_data, Function user_data_free_func) : Number
Gio
Method
Gio.bus_own_name_on_connection_with_closures (DBusConnection connection, String name, BusNameOwnerFlags flags, Closure name_acquired_closure, Closure name_lost_closure) : Number
Gio
Method
Gio.bus_watch_name_on_connection (DBusConnection connection, 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_on_connection_with_closures (DBusConnection connection, String name, BusNameWatcherFlags flags, Closure name_appeared_closure, Closure name_vanished_closure) : Number
Gio.DBusMethodInvocation
Method
new Gio.DBusMethodInvocation.c_new (String sender, String object_path, String interface_name, String method_name, DBusMethodInfo method_info, DBusConnection connection, DBusMessage message, Variant parameters, void* user_data) : Gio.DBusMethodInvocation
Create a new Gio.DBusMethodInvocation
Gio.DBusMethodInvocation
Method
get_connection () : Gio.DBusConnection
Gio.DBusProxy
Property
g_connection : Gio.DBusConnection
Gio.DBusProxy
Method
new Gio.DBusProxy.sync (DBusConnection connection, 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.c_new (DBusConnection connection, DBusProxyFlags flags, DBusInterfaceInfo info, String name, String object_path, String interface_name, Cancellable cancellable, Function callback, void* user_data) : none
Gio.DBusProxy
Method
get_connection () : Gio.DBusConnection
Gio.DBusServer
Signal
new_connection (DBusServer self, DBusConnection object) : none
PanelApplet.PanelApplet
Property
connection : Gio.DBusConnection
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:28 GMT+0800 (HKT)