Doc fix for g_app_info_get_default_for_uri_scheme () Bug #513483.

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
This commit is contained in:
Cosimo Cecchi 2008-02-01 11:21:01 +00:00 committed by Cosimo Cecchi
parent 2b74bc407b
commit cebfe57343
2 changed files with 7 additions and 3 deletions

View 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:

View 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)