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.

Esta clase hereda DBusVariant.

Esta clase es instanciable.

Inherited constants
Signature   Return the DBusVariant signature.

Inherited properties
Value   Return the DBusVariant value.