Re: Debug a call to method ssa(sv)a(sa(sv)) from libdbus
Felip Moll <[email protected]>
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Message-ID | <CAOv3p80G45kMz07jkfh8dw5TjHYG7gKzo8m44cO9w_83xJtcpA@mail.gmail.com> |
> This section of code does not seem to match signature 'ssa(sv)a(sa(sv))' > > I'm seeing 'ssauas' and in the array of strings at the end you added an > uint32_t instead of a string. > Have you noticed this call? I haven't detailed the insights of this one in the e-mail. _dbus_asv_add_fixed_array(...) In fact, according to the StartTransientUnit documentation the last 'a(sa(sv))' must be null. That's why I passed a 0. Should I instead pass an empty string? How can I debug this on my own? Thanks