Doc fix for g_app_info_get_default_for_uri_scheme () Bug #513483.
authorCosimo Cecchi <cosimoc@svn.gnome.org>
Fri, 1 Feb 2008 11:21:01 +0000 (11:21 +0000)
committerCosimo Cecchi <cosimoc@src.gnome.org>
Fri, 1 Feb 2008 11:21:01 +0000 (11:21 +0000)
2008-02-01  Cosimo Cecchi  <cosimoc@svn.gnome.org>

* gdesktopappinfo.c:
Doc fix for g_app_info_get_default_for_uri_scheme ()
Bug #513483.

svn path=/trunk/; revision=6436

gio/ChangeLog
gio/gdesktopappinfo.c

index 3ba4668..f891641 100644 (file)
@@ -1,3 +1,9 @@
+2008-02-01  Cosimo Cecchi  <cosimoc@svn.gnome.org>
+
+       * gdesktopappinfo.c:
+       Doc fix for g_app_info_get_default_for_uri_scheme ()
+       Bug #513483.
+
 2008-01-30  Alexander Larsson  <alexl@redhat.com>
 
         * gappinfo.c:
index 9664d61..fb4c154 100644 (file)
@@ -1662,10 +1662,8 @@ g_app_info_get_default_for_type (const char *content_type,
  *
  * Gets the default application for launching applications 
  * using this URI scheme.
- *
- * TODO: This is currently unimplemented.
  * 
- * Returns: %NULL.
+ * Returns: #GAppInfo for given @uri_scheme or %NULL on error.
  **/
 GAppInfo *
 g_app_info_get_default_for_uri_scheme (const char *uri_scheme)