Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

Struct Gio.DBusInterfaceVTable

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GDBusInterfaceVTable
Struct : DBusInterfaceVTable
Virtual table for handling properties and method calls for a D-Bus
interface.
If you want to handle getting/setting D-Bus properties asynchronously, simply
register an object with the org.freedesktop.DBus.Properties
D-Bus interface using g_dbus_connection_register_object().
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gio.DBusInterfaceVTable ()
Create a new Gio.DBusInterfaceVTable
Create a new Gio.DBusInterfaceVTable
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.DBusConnection
Method
register_object (String object_path, DBusInterfaceInfo interface_info, DBusInterfaceVTable vtable, void* user_data, Function user_data_free_func) : guint32
Registers callbacks for exported objects at object_path with the
D-Bus interface that is described in interface_info.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:25 GMT+0800 (HKT)