mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
2b74bc407b
commit
cebfe57343
@ -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:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user