From cebfe57343603067a3baa6a332a11f2af61f7380 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Fri, 1 Feb 2008 11:21:01 +0000 Subject: [PATCH] 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 --- gio/ChangeLog | 6 ++++++ gio/gdesktopappinfo.c | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 3ba4668a..f8916413 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 9664d616..fb4c1542 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) -- 2.34.1