From 6e3f927901c5da258ea3bbdf9c728ced724ef7f7 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Sat, 13 Sep 2008 23:47:41 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20551887=20=E2=80=93=20Docs=20for=20g=5Fdes?= =?UTF-8?q?ktop=5Fapp=5Finfo=5Fnew=5Ffrom=5Ffilename=20()=20aren't?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- gio/ChangeLog | 8 ++++++++ gio/gdesktopappinfo.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 4aa7b1ae4..89a7cd420 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 722220ff0..af57e6305 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. *