diff options
author | Johan Dahlin <johan@gnome.org> | 2010-09-24 18:24:41 -0300 |
---|---|---|
committer | Johan Dahlin <jdahlin@litl.com> | 2010-09-24 18:24:41 -0300 |
commit | 30132c44c18d9a08e4c6a9b4834366bd8628ecfa (patch) | |
tree | 134ed0535fb314b82683da0b30a948e3d9a90214 /gio/gasyncresult.c | |
parent | 701ce5d2011ee4408212461f6e191eaca2290d0a (diff) | |
download | glib-30132c44c18d9a08e4c6a9b4834366bd8628ecfa.tar.gz |
Add a lot of missing annotations
Diffstat (limited to 'gio/gasyncresult.c')
-rw-r--r-- | gio/gasyncresult.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gasyncresult.c b/gio/gasyncresult.c index 9b2be2e92..aec48d6ff 100644 --- a/gio/gasyncresult.c +++ b/gio/gasyncresult.c @@ -122,7 +122,7 @@ g_async_result_default_init (GAsyncResultInterface *iface) * * Gets the user data from a #GAsyncResult. * - * Returns: the user data for @res. + * Returns: (transfer full): the user data for @res. **/ gpointer g_async_result_get_user_data (GAsyncResult *res) @@ -142,7 +142,7 @@ g_async_result_get_user_data (GAsyncResult *res) * * Gets the source object from a #GAsyncResult. * - * Returns: a new reference to the source object for the @res, + * Returns: (transfer full): a new reference to the source object for the @res, * or %NULL if there is none. */ GObject * |