Dokumentaro de Gambaso
Compilation & Installation
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

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.

This class inherits DBusVariant.

This class is creatable.

Inherited constants
Signature   Return the DBusVariant signature.

Inherited properties
Value   Return the DBusVariant value.