summaryrefslogtreecommitdiff
path: root/gio/gdesktopappinfo.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-02-11 08:47:17 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-02-11 08:47:17 +0000
commitd07d500f0af48be77970378b06ed537ebcdf4084 (patch)
treecf4ef17aaa6f0da864532f1c2413aeb52720c314 /gio/gdesktopappinfo.c
parentf21fdabf2a4691a42eb317968f0e618e9404f7c7 (diff)
Minor docs cleanup
2008-02-11 Alexander Larsson <alexl@redhat.com> * gdesktopappinfo.c: Minor docs cleanup svn path=/trunk/; revision=6495
Diffstat (limited to 'gio/gdesktopappinfo.c')
-rw-r--r--gio/gdesktopappinfo.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c
index 2ddff6cc7..6de26c9d3 100644
--- a/gio/gdesktopappinfo.c
+++ b/gio/gdesktopappinfo.c
@@ -2528,10 +2528,13 @@ g_desktop_app_info_lookup_base_init (gpointer g_class)
* @uri_scheme: a string containing a URI scheme.
*
* Gets the default application for launching applications
- * using this URI scheme.
+ * using this URI scheme for a particular GDesktopAppInfoLookup
+ * implementation.
*
- * There should be little reason to use this function directly,
- * it is preferred to use g_app_info_get_default_for_uri_scheme().
+ * The GDesktopAppInfoLookup interface and this function is used
+ * to implement g_app_info_get_default_for_uri_scheme() backends
+ * 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.
*/