New DBusProxy (gb.dbus)

Dim hDBusProxy As DBusProxy
hDBusProxy = New DBusProxy ( Application As DBusApplication, ObjectPath As String [ , Interface As String ] )

Create a new proxy on a DBus object from another application.

  • Application is the application object.

  • ObjectPath is the absolute path of the object.

  • Interface is the object interface we want to access.

Use DBusApplication[ObjectPath] instead.