Pelagicore / gdbus-codegen-glibmm

Code generator for C++ D-Bus stubs and proxies using Giomm/Glibmm
GNU Lesser General Public License v2.1
23 stars 25 forks source link

codegen: fix handling of methods with variant parameters #32

Closed mardy closed 6 years ago

mardy commented 6 years ago

Methods accepting more than one parameter, where at least one of them is a variant, were not generated correctly. This commit fixes that, and adds a regression test.

Fixes: #28