[Gambas-user] DBusVariant or DBusValues?
Hans Lehmann
hans at gambas-buch.de
Thu Feb 22 20:06:28 CET 2018
Hello,
why use the two classes _DBusMenuItem.class and _DBusMenuLayout.class of
the component gb.dbus.trayicon
8<-----------------------------------------------
' Gambas class file
Export
Inherits DBusValues
Public Const Signature As String = "u(ia{sv}av)"
and
' Gambas class file
Export
Inherits DBusVariant
Public Const Signature As String = "(ia{sv}av)"
8<-----------------------------------------------
different classes?
One DBusVariant and the other DBusValues.
What are the reasons for the different choice of classes DBusVariant and
DBusValues?
With kind regards
Honsek
More information about the User
mailing list