From: Cosimo Cecchi Date: Fri, 1 Feb 2008 11:21:01 +0000 (+0000) Subject: Doc fix for g_app_info_get_default_for_uri_scheme () Bug #513483. X-Git-Tag: GLIB_2_15_5~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cebfe57343603067a3baa6a332a11f2af61f7380;p=platform%2Fupstream%2Fglib.git Doc fix for g_app_info_get_default_for_uri_scheme () Bug #513483. 2008-02-01 Cosimo Cecchi * gdesktopappinfo.c: Doc fix for g_app_info_get_default_for_uri_scheme () Bug #513483. svn path=/trunk/; revision=6436 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 3ba4668..f891641 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,9 @@ +2008-02-01 Cosimo Cecchi + + * gdesktopappinfo.c: + Doc fix for g_app_info_get_default_for_uri_scheme () + Bug #513483. + 2008-01-30 Alexander Larsson * gappinfo.c: diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index 9664d61..fb4c154 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -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)