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/gdesktopappinfo.c | |
parent | 701ce5d2011ee4408212461f6e191eaca2290d0a (diff) | |
download | glib-30132c44c18d9a08e4c6a9b4834366bd8628ecfa.tar.gz |
Add a lot of missing annotations
Diffstat (limited to 'gio/gdesktopappinfo.c')
-rw-r--r-- | gio/gdesktopappinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index 0c0f8f23e..c38726c8b 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -2701,7 +2701,7 @@ g_desktop_app_info_lookup_default_init (GDesktopAppInfoLookupInterface *iface) * in a GIO module. There is no reason for applications to use it * directly. Applications should use g_app_info_get_default_for_uri_scheme(). * - * Returns: #GAppInfo for given @uri_scheme or %NULL on error. + * Returns: (transfer full): #GAppInfo for given @uri_scheme or %NULL on error. */ GAppInfo * g_desktop_app_info_lookup_get_default_for_uri_scheme (GDesktopAppInfoLookup *lookup, |