GNOME Bugzilla – Bug 573417
_finish and _async are not part of public API for methods that yield
Last modified: 2009-09-13 15:29:14 UTC
The _finish and _async are not consider a part of API. - _async does not appear in the header - both does not appear in vapi (nor thay can be used as such in code)
Created attachment 129663 [details] Test case
Created attachment 129664 [details] Test case - output (header)
Created attachment 129666 [details] Test case - output (vapi)
Still reproducable in git. Is anyone working on it? It seems to be an easy fix - however without it yielding methods are not practical.
commit 0ea7b79e4e3d35aa814d3b3006876fb20a4be7d1 Author: Jürg Billeter <j@bitron.ch> Date: Sun Sep 13 13:25:03 2009 +0200 GAsync: Fix declarations of async methods Fixes bug 573417.