From c47cf7355c6bc7b874431f943cd14ff526c48fc5 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 1 May 2018 08:51:57 +0100 Subject: [PATCH] =?UTF-8?q?gfileutils:=20Add=20missing=20=E2=80=98Since?= =?UTF-8?q?=E2=80=99=20line=20to=20g=5Fcanonicalize=5Ffilename()=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I missed this in code review. Signed-off-by: Philip Withnall Reviewed-by: nobody --- glib/gfileutils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/glib/gfileutils.c b/glib/gfileutils.c index 18e0a9fec..380c8d147 100644 --- a/glib/gfileutils.c +++ b/glib/gfileutils.c @@ -2500,6 +2500,7 @@ g_path_get_dirname (const gchar *file_name) * * Returns: (type filename) (transfer full): a newly allocated string with the * canonical file path + * Since: 2.58 */ gchar * g_canonicalize_filename (const gchar *filename,