mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Add GI annotations to GSimpleAsyncResult
This commit is contained in:
@@ -59,8 +59,8 @@ struct _GAsyncResultIface
|
||||
|
||||
/* Virtual Table */
|
||||
|
||||
gpointer (* get_user_data) (GAsyncResult *async_result);
|
||||
GObject * (* get_source_object) (GAsyncResult *async_result);
|
||||
gpointer (* get_user_data) (GAsyncResult *res);
|
||||
GObject * (* get_source_object) (GAsyncResult *res);
|
||||
};
|
||||
|
||||
GType g_async_result_get_type (void) G_GNUC_CONST;
|
||||
|
Reference in New Issue
Block a user