glib r6495 - trunk/gio



Author: alexl
Date: Mon Feb 11 08:47:17 2008
New Revision: 6495
URL: http://svn.gnome.org/viewvc/glib?rev=6495&view=rev

Log:
2008-02-11  Alexander Larsson  <alexl redhat com>

        * gdesktopappinfo.c:
	Minor docs cleanup



Modified:
   trunk/gio/ChangeLog
   trunk/gio/gdesktopappinfo.c

Modified: trunk/gio/gdesktopappinfo.c
==============================================================================
--- trunk/gio/gdesktopappinfo.c	(original)
+++ trunk/gio/gdesktopappinfo.c	Mon Feb 11 08:47:17 2008
@@ -2528,10 +2528,13 @@
  * @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.
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]