DBusApplication.Register (gb.dbus)

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

Desde 3.9

Export an object to the bus the application is connected to.

  • 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.