GNOME Bugzilla – Bug 659886
Async constructors don't work
Last modified: 2012-06-24 18:53:50 UTC
Created attachment 197299 [details] test case Attempting to create an async constructor will currently result in invalid C being generated.
gnome-online-accounts uses async constructors.
commit 6be0b6a71b3fa53a38eb0fc055d1ea952ec973f7 Author: Jürg Billeter <j@bitron.ch> Date: Sun Jun 24 20:50:44 2012 +0200 GAsync: Support async creation methods Fixes bug 659886.