Import line: | Gio = imports.gi.Gio; |
GIR File: | Gio-2.0.gir |
C documentation: | GDBusInterfaceInfo |
Struct : | DBusInterfaceInfo |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
annotations : Gio.DBusAnnotationInfo
|
Gio.DBusInterfaceInfo | |
methods : Gio.DBusMethodInfo
|
Gio.DBusInterfaceInfo | |
name : String
|
Gio.DBusInterfaceInfo | |
properties : Gio.DBusPropertyInfo
|
Gio.DBusInterfaceInfo | |
ref_count : Number
|
Gio.DBusInterfaceInfo | |
signals : Gio.DBusSignalInfo
|
Gio.DBusInterfaceInfo |
Method / Constructor | Defined By | |
---|---|---|
new Gio.DBusInterfaceInfo
()
Create a new Gio.DBusInterfaceInfo
Create a new Gio.DBusInterfaceInfo
|
||
|
Gio.DBusInterfaceInfo | |
lookup_method
(String name)
:
Gio.DBusMethodInfo
|
Gio.DBusInterfaceInfo | |
lookup_property
(String name)
:
Gio.DBusPropertyInfo
|
Gio.DBusInterfaceInfo | |
lookup_signal
(String name)
:
Gio.DBusSignalInfo
|
Gio.DBusInterfaceInfo |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gio.DBusConnection
Method |
register_object
(String object_path, DBusInterfaceInfo introspection_data, DBusInterfaceVTable vtable, void* user_data, Function user_data_free_func)
:
Number
|
Gio.DBusNodeInfo
Method |
lookup_interface
(String name)
:
Gio.DBusInterfaceInfo
|
Gio.DBusProxy
Property |
g_interface_info : Gio.DBusInterfaceInfo
|
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 |
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.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 |
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
|
Gio.DBusProxy
Method |
get_interface_info
()
:
Gio.DBusInterfaceInfo
|
Gio.DBusProxy
Method |
set_interface_info
(DBusInterfaceInfo info)
:
none
|