"Since: GIMP 2.2".

2004-11-10  Michael Natterer  <mitch@gimp.org>

	* libgimpbase/gimputils.c (gimp_escape_uline): "Since: GIMP 2.2".
This commit is contained in:
Michael Natterer 2004-11-10 13:55:12 +00:00 committed by Michael Natterer
parent 4c70bd1254
commit 646d91245e
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2004-11-10 Michael Natterer <mitch@gimp.org>
* libgimpbase/gimputils.c (gimp_escape_uline): "Since: GIMP 2.2".
2004-11-10 Sven Neumann <sven@gimp.org>
* app/dialogs/preferences-dialog.c: set the padding-mode to custom

View file

@ -272,6 +272,8 @@ gimp_strip_uline (const gchar *str)
*
* Return value: A (possibly escaped) copy of @str which should be
* freed using g_free() when it is not needed any longer.
*
* Since: GIMP 2.2
**/
gchar *
gimp_escape_uline (const gchar *str)