diff options
author | Philip Withnall <withnall@endlessm.com> | 2018-07-30 21:14:16 +0100 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2018-07-30 21:14:16 +0100 |
commit | 4cd7f769ae099ca8278f5e9586cef5a7de59f0fa (patch) | |
tree | 0d97e38515fb2a35b07b45c8e44b497fa5a9052d | |
parent | c0f8792d6b7dfb786615e7153e7dd7fddcd24151 (diff) | |
download | glib-4cd7f769ae099ca8278f5e9586cef5a7de59f0fa.tar.gz |
gconvert: Adjust an argument name in the header to match the source
This fixes a gtk-doc complaint about the argument name not matching
what’s used in the gtk-doc comment.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r-- | glib/gconvert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gconvert.h b/glib/gconvert.h index d0d372150..c2e69a5a0 100644 --- a/glib/gconvert.h +++ b/glib/gconvert.h @@ -164,7 +164,7 @@ gchar *g_filename_to_uri (const gchar *filename, GLIB_AVAILABLE_IN_ALL gchar *g_filename_display_name (const gchar *filename) G_GNUC_MALLOC; GLIB_AVAILABLE_IN_ALL -gboolean g_get_filename_charsets (const gchar ***charsets); +gboolean g_get_filename_charsets (const gchar ***filename_charsets); GLIB_AVAILABLE_IN_ALL gchar *g_filename_display_basename (const gchar *filename) G_GNUC_MALLOC; |