You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, InterfaceCodeGenerator maps the Dbus type of 'o' to be a DBusInterface. This actually needs to be DBusPath in order to send and receive this type.
The text was updated successfully, but these errors were encountered:
As seen in this SO question
Currently,
InterfaceCodeGenerator
maps the Dbus type of 'o' to be aDBusInterface
. This actually needs to beDBusPath
in order to send and receive this type.The text was updated successfully, but these errors were encountered: