codegen: Don't try to infer error argument on async begin methods
commitf53f56859cf5a50dff91a82ad4f48cdb6ca1ec68
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 4 Feb 2018 09:28:59 +0000 (4 10:28 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 4 Feb 2018 09:28:59 +0000 (4 10:28 +0100)
treef11658487c15a6d4957ddffb0a315a7a726c2206
parentc80158137a57bf8884e6fefa62da696d2c8f627f
codegen: Don't try to infer error argument on async begin methods

Only the async finish method might have an error parameter.

Regression of 527dac8050fe90d7a28619383f11e968ab5c9a77

https://bugzilla.gnome.org/show_bug.cgi?id=793158
codegen/valaccodemethodcallmodule.vala
tests/Makefile.am
tests/asynchronous/bug793158.vala [new file with mode: 0644]