| Import line: | Gio = imports.gi.Gio; |
| GIR File: | Gio-2.0.gir |
| C documentation: | GDBusInterfaceVTable |
| Struct : | DBusInterfaceVTable |
| Properties | Defined By | |
|---|---|---|
|
get_property : [object Object]
|
Gio.DBusInterfaceVTable | |
|
method_call : [object Object]
|
Gio.DBusInterfaceVTable | |
|
padding : Array
read only
|
Gio.DBusInterfaceVTable | |
|
set_property : [object Object]
|
Gio.DBusInterfaceVTable | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Gio.DBusInterfaceVTable
()
Create a new Gio.DBusInterfaceVTable
Create a new Gio.DBusInterfaceVTable
|
||
| None |
| 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. |