Bug 551887 – Docs for g_desktop_app_info_new_from_filename () aren't

2008-09-14  Cosimo Cecchi  <cosimoc@gnome.org>

	Bug 551887 – Docs for g_desktop_app_info_new_from_filename ()
	aren't clear.

	* gdesktopappinfo.c: add a note in the docs clarifying what the
	"filename" parameter really is.

svn path=/trunk/; revision=7481
This commit is contained in:
Cosimo Cecchi 2008-09-13 23:47:41 +00:00 committed by Cosimo Cecchi
parent e55fca9533
commit 6e3f927901
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2008-09-14 Cosimo Cecchi <cosimoc@gnome.org>
Bug 551887 Docs for g_desktop_app_info_new_from_filename ()
aren't clear.
* gdesktopappinfo.c: add a note in the docs clarifying what the
"filename" parameter really is.
2008-09-12 Tor Lillqvist <tml@novell.com>
* gwin32appinfo.c (g_win32_app_info_launch): Don't call

View File

@ -277,7 +277,7 @@ g_desktop_app_info_new_from_keyfile (GKeyFile *key_file)
/**
* g_desktop_app_info_new_from_filename:
* @filename: a string containing a file name.
* @filename: the path of a desktop file, in the GLib filename encoding
*
* Creates a new #GDesktopAppInfo.
*