Minor docs cleanup
authorAlexander Larsson <alexl@redhat.com>
Mon, 11 Feb 2008 08:47:17 +0000 (08:47 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Mon, 11 Feb 2008 08:47:17 +0000 (08:47 +0000)
2008-02-11  Alexander Larsson  <alexl@redhat.com>

        * gdesktopappinfo.c:
Minor docs cleanup

svn path=/trunk/; revision=6495

gio/ChangeLog
gio/gdesktopappinfo.c

index 8758fa6a6c2ffed2123f4f54afe337020d68049e..15a30659b96ab49e07cedc9b01d4bc9e118e0a5e 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-11  Alexander Larsson  <alexl@redhat.com>
+
+        * gdesktopappinfo.c:
+       Minor docs cleanup
+
 2008-02-11  Matthias Clasen <mclasen@redhat.com>
 
        * *.c: Documentation additions
index 2ddff6cc7243e8a324a538b155efa33f166f0243..6de26c9d30d472a91049a4b93ce175e90edbabd8 100644 (file)
@@ -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.
  */