Add GI annotations to GSimpleAsyncResult

This commit is contained in:
Pavel Holejsovsky
2010-12-21 17:35:11 +01:00
parent 0165efd603
commit e78c27256a
2 changed files with 22 additions and 22 deletions

View File

@@ -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;