mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
gio: Fix annotations on g_[async_]initable_new() and friends
These return a GObject even though in C it's represented as a gpointer https://bugzilla.gnome.org/show_bug.cgi?id=693694
This commit is contained in:
@@ -441,8 +441,8 @@ g_async_initable_new_valist_async (GType object_type,
|
||||
* Finishes the async construction for the various g_async_initable_new
|
||||
* calls, returning the created object or %NULL on error.
|
||||
*
|
||||
* Returns: (transfer full): a newly created #GObject, or %NULL on error.
|
||||
* Free with g_object_unref().
|
||||
* Returns: (type GObject.Object) (transfer full): a newly created #GObject,
|
||||
* or %NULL on error. Free with g_object_unref().
|
||||
*
|
||||
* Since: 2.22
|
||||
*/
|
||||
|
Reference in New Issue
Block a user