mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-11 11:44:03 +02: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:
@@ -164,7 +164,7 @@ gchar *g_filename_to_uri (const gchar *filename,
|
|||||||
GLIB_AVAILABLE_IN_ALL
|
GLIB_AVAILABLE_IN_ALL
|
||||||
gchar *g_filename_display_name (const gchar *filename) G_GNUC_MALLOC;
|
gchar *g_filename_display_name (const gchar *filename) G_GNUC_MALLOC;
|
||||||
GLIB_AVAILABLE_IN_ALL
|
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
|
GLIB_AVAILABLE_IN_ALL
|
||||||
gchar *g_filename_display_basename (const gchar *filename) G_GNUC_MALLOC;
|
gchar *g_filename_display_basename (const gchar *filename) G_GNUC_MALLOC;
|
||||||
|
Reference in New Issue
Block a user