Files
gimp/devel-docs/libgimpbase/tmpl/gimputils.sgml
Sven Neumann 906a8784ba Handle gtk-doc just like GTK+ does it now:
2002-03-08  Sven Neumann  <sven@gimp.org>

	Handle gtk-doc just like GTK+ does it now:

	* configure.in: check for gtk-doc version 0.9. Do not build the API
	reference by default.

	* autogen.sh: pass --enable-gtk-doc to configure.

	* Makefile.am: Added a slightly modified distcheck rule that passes
        --enable-gtk-doc to the configure inside.

	* NEWS: updated.

Revival of the API reference framework.
Misc fixes.
2002-03-08 12:36:40 +00:00

19 lines
437 B
Plaintext

<!-- ##### SECTION Title ##### -->
gimputils
<!-- ##### SECTION Short_Description ##### -->
Simple utility functions that don't have their own category.
<!-- ##### SECTION Long_Description ##### -->
<para>
Right now all you find here is a function taken from glib-1.3 that
we need in several places. Since Gimp doesn't rely on glib-1.3, we
provide it here.
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
g_strescape()
</para>