diff options
author | Philip Withnall <withnall@endlessm.com> | 2018-05-01 08:51:57 +0100 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2018-05-01 08:51:57 +0100 |
commit | c47cf7355c6bc7b874431f943cd14ff526c48fc5 (patch) | |
tree | c335cd4ef2de33f31c38e7e3565239896820fc2c /glib/gfileutils.c | |
parent | cb326143822f3ebc94f48e7ff6f9567275d0053c (diff) | |
download | glib-c47cf7355c6bc7b874431f943cd14ff526c48fc5.tar.gz |
gfileutils: Add missing ‘Since’ line to g_canonicalize_filename() docs
I missed this in code review.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Reviewed-by: nobody
Diffstat (limited to 'glib/gfileutils.c')
-rw-r--r-- | glib/gfileutils.c | 1 |
1 files changed, 1 insertions, 0 deletions
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, |