… = DBus[…] (gb.dbus)
Dim hDBusApplication
As DBusApplication
hDBusApplication
= DBus
[ Application As String ]
Return an object that represents an application connected to a bus.
-
If Application begins with
"system://"
, the application is searched in the system bus.
-
If Application begins with
"session://"
, the application is searched in the session bus.
By default the application is searched in the session bus.
Examples
Dim hApp As DBusApplication
hApp = DBus["org.kde.kmail"]