GNOME Bugzilla – Bug 660652
Async with two catch clauses: error: duplicate member 'e'
Last modified: 2011-10-01 20:59:22 UTC
The generated C file contains two e members: struct _FooData { ... GError* e; GError* e; ... }; async void foo () { try { } catch (GLib.Error e) { } try { } catch (GLib.Error e) { } }
*** This bug has been marked as a duplicate of bug 596861 ***