Thread
:
Qt: dbus method call fails
View Single Post
jstokes
2011-09-07 , 18:55
Posts: 235 | Thanked: 339 times | Joined on Nov 2010
#
2
It's an issue of wrong types. You're sending (I believe) three integers, when the method wants a byte and two quint32's. I would cast 0 to a uchar and make the other two quint32.
That error message is dodgy; I think it's a custom one sent by the CSD daemon
Quote & Reply
|
The Following 2 Users Say Thank You to jstokes For This Useful Post:
marxian
,
sakya
jstokes
View Public Profile
Send a private message to jstokes
Find all posts by jstokes