Bug 551887 – Docs for g_desktop_app_info_new_from_filename () aren't
authorCosimo Cecchi <cosimoc@gnome.org>
Sat, 13 Sep 2008 23:47:41 +0000 (23:47 +0000)
committerCosimo Cecchi <cosimoc@src.gnome.org>
Sat, 13 Sep 2008 23:47:41 +0000 (23:47 +0000)
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

gio/ChangeLog
gio/gdesktopappinfo.c

index 4aa7b1a..89a7cd4 100644 (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
index 722220f..af57e63 100644 (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.
  *