DBus.Register (gb.dbus)

Static Sub Register ( Object As DBusObject, Path As String [ , Interfaces As String[] ] )

Export an object to the session bus.

  • Object is the DBusObject to export.

  • Path is the D-Bus path where the object will be attached.

  • Interfaces allows to specify the name of additional interfaces implemented by the D-Bus object.

See DBusConnection.Register for more details.