- Change PendingSuccess/Failure/VoidMethodCall constructors to receive parent as last param. This is the Qt idiom, and used everywhere in tp-qt4, so let's just change this now. - Rename PendingVoidMethodCall to PendingVoid. No other pending operation have MethodCall in the name, PendingStringList/PendingVariant for example.
Fair enough. Ship it, if you feel strongly about this. My only concern is that if the parent is always the last argument, this makes it harder to have optional arguments at the end. We could use overloaded constructors instead, I suppose...
Fixed upstream. It will be in next release 0.2
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.