Skip to content

MethodCall: add support for arrays of different basic types

Alberto Mardegan requested to merge mardy/libqtdbusmock:more-types into main

Arrays of ints, for example, are not currently supported and, if present in the D-Bus message, are just lost. With this change they are properly demarshalled.

Merge request reports