DBusValues (gb.dbus)
This class represents a list of several DBus values.
DBus methods can return several values, but Gambas method can return only one.
So, when you have to implement such a DBus method, create a dedicated class that
inherits DBusValues, whose
Value property returns an array of the different values
you want to return, and whose
Signature is the DBus signature of the returned values.
Tato třída dědí
DBusVariant.
Tato třída je vytvořitelný.
Inherited constants
Inherited properties