From: Gian Mario Tagliaretti Date: Thu, 9 Apr 2009 18:35:36 +0000 (-0400) Subject: Fix a typo in GFile docs X-Git-Tag: 2.20.1~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=856632c496d15f3f273d567b521a2b06afc32721;p=platform%2Fupstream%2Fglib.git Fix a typo in GFile docs Fixed function name in GFile docs from g_set_display_name to g_file_set_display_name so that gtk-doc can link correctly. (#578002) --- diff --git a/gio/gfile.c b/gio/gfile.c index 11a676c..5801900 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -3050,7 +3050,7 @@ g_file_set_display_name (GFile *file, * * Asynchronously sets the display name for a given #GFile. * - * For more details, see g_set_display_name() which is + * For more details, see g_file_set_display_name() which is * the synchronous version of this call. * * When the operation is finished, @callback will be called. You can then call