DBusApplication.Raise (gb.dbus)

Sub Raise ( Object As DBusObject, Signal As String [ , Arguments As Variant[] ] )

Desde 3.9

Make a D-Bus object send a specific signal to the bus it is registered.

  • Object is the object that sends the signal.

  • Signal is the name of the signal.

  • Arguments are the arguments of the signal.