mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 16:26:17 +01:00
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>
This commit is contained in:
parent
c0f8792d6b
commit
4cd7f769ae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user