From: Cosimo Cecchi Date: Sat, 13 Sep 2008 23:47:41 +0000 (+0000) Subject: Bug 551887 – Docs for g_desktop_app_info_new_from_filename () aren't X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6e3f927901c5da258ea3bbdf9c728ced724ef7f7;p=dana%2Fcg-glib.git Bug 551887 – Docs for g_desktop_app_info_new_from_filename () aren't 2008-09-14 Cosimo Cecchi 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 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 4aa7b1ae..89a7cd42 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,11 @@ +2008-09-14 Cosimo Cecchi + + 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 * gwin32appinfo.c (g_win32_app_info_launch): Don't call diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index 722220ff..af57e630 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -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. *