GNOME Bugzilla – Bug 693694
gio: Fix annotations on g_[async_]initable_new() and friends
Last modified: 2013-02-13 15:55:46 UTC
The following functions have incorrect annotations on their return values: g_initable_new() g_initable_newv() g_initable_new_valist() g_async_initable_new_finish()
Created attachment 235871 [details] [review] gio: Fix annotations on g_[async_]initable_new() and friends These return a GObject even though in C it's represented as a gpointer
Comment on attachment 235871 [details] [review] gio: Fix annotations on g_[async_]initable_new() and friends yup
Attachment 235871 [details] pushed as 035cd81 - gio: Fix annotations on g_[async_]initable_new() and friends