sync parameter name with implementation to please gtk-doc.

2005-08-25  Sven Neumann  <sven@gimp.org>

	* libgimpbase/gimputils.h (gimp_canonicalize_identifier): sync
	parameter name with implementation to please gtk-doc.
This commit is contained in:
Sven Neumann 2005-08-25 16:19:54 +00:00 committed by Sven Neumann
parent d4ea97d5f3
commit 3f2e55f632
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-08-25 Sven Neumann <sven@gimp.org>
* libgimpbase/gimputils.h (gimp_canonicalize_identifier): sync
parameter name with implementation to please gtk-doc.
2005-08-24 Tor Lillqvist <tml@novell.com>
Make GIMP work on Win32 even if installed in a path containing

View File

@ -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);