Dokumentaro de Gambaso
Compilation & Installation
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

… = DBusApplication[…] (gb.dbus)

Dim hDBusApplication As DBusApplication
Dim hDBusProxy As DBusProxy
hDBusProxy = hDBusApplication [ ObjectPath As String [ , Interface As String ] ]

Return a proxy to a DBus object from the specified application.

  • ObjectPath is the DBus path to the object.

  • Interface is the interface of the object you want to use.

If Interface is not specified, you will have access to any method or property. Otherwise, you will have access to the methods and properties of the specified interface only.