From 3f2e55f6323d60481dc7af9e35c068507ec0a6d6 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 25 Aug 2005 16:19:54 +0000 Subject: [PATCH] sync parameter name with implementation to please gtk-doc. 2005-08-25 Sven Neumann * libgimpbase/gimputils.h (gimp_canonicalize_identifier): sync parameter name with implementation to please gtk-doc. --- ChangeLog | 5 +++++ libgimpbase/gimputils.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9a6e7a2f7e..c8b623dbe4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-25 Sven Neumann + + * libgimpbase/gimputils.h (gimp_canonicalize_identifier): sync + parameter name with implementation to please gtk-doc. + 2005-08-24 Tor Lillqvist Make GIMP work on Win32 even if installed in a path containing diff --git a/libgimpbase/gimputils.h b/libgimpbase/gimputils.h index d99aecf2fa..dcb9f501d0 100644 --- a/libgimpbase/gimputils.h +++ b/libgimpbase/gimputils.h @@ -34,7 +34,7 @@ const gchar * gimp_filename_to_utf8 (const gchar *filename); gchar * gimp_strip_uline (const gchar *str); gchar * gimp_escape_uline (const gchar *str); -gchar * gimp_canonicalize_identifier (const gchar *name); +gchar * gimp_canonicalize_identifier (const gchar *identifier); GimpEnumDesc * gimp_enum_get_desc (GEnumClass *enum_class, gint value);