mirror of https://github.com/GNOME/gimp.git
app/Makefile.am app/app-docs.sgml updated after moving around gimpcoords
2004-05-24 Michael Natterer <mitch@gimp.org> * app/Makefile.am * app/app-docs.sgml * app/app-sections.txt: updated after moving around gimpcoords stuff.
This commit is contained in:
parent
0d05d1e794
commit
f98a996a85
|
@ -1,3 +1,9 @@
|
||||||
|
2004-05-24 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* app/Makefile.am
|
||||||
|
* app/app-docs.sgml
|
||||||
|
* app/app-sections.txt: updated after moving around gimpcoords stuff.
|
||||||
|
|
||||||
2004-05-24 Michael Natterer <mitch@gimp.org>
|
2004-05-24 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/app-sections.txt: fixed docs for interfaces.
|
* app/app-sections.txt: fixed docs for interfaces.
|
||||||
|
|
|
@ -66,6 +66,7 @@ unused_symbols = \
|
||||||
-u $(SYMPREFIX)gimp_container_filter \
|
-u $(SYMPREFIX)gimp_container_filter \
|
||||||
-u $(SYMPREFIX)gimp_xml_parser_new \
|
-u $(SYMPREFIX)gimp_xml_parser_new \
|
||||||
-u $(SYMPREFIX)gimp_drawable_stroke_vectors \
|
-u $(SYMPREFIX)gimp_drawable_stroke_vectors \
|
||||||
|
-u $(SYMPREFIX)gimp_coords_mix \
|
||||||
\
|
\
|
||||||
-u $(SYMPREFIX)convert_dialog_new \
|
-u $(SYMPREFIX)convert_dialog_new \
|
||||||
-u $(SYMPREFIX)grid_dialog_new \
|
-u $(SYMPREFIX)grid_dialog_new \
|
||||||
|
|
|
@ -253,6 +253,7 @@
|
||||||
<title>Misc. Utilities</title>
|
<title>Misc. Utilities</title>
|
||||||
<xi:include href="xml/gimp-utils.xml" />
|
<xi:include href="xml/gimp-utils.xml" />
|
||||||
<xi:include href="xml/gimp-transform-utils.xml" />
|
<xi:include href="xml/gimp-transform-utils.xml" />
|
||||||
|
<xi:include href="xml/gimpcoords.xml" />
|
||||||
<xi:include href="xml/gimpmarshal.xml" />
|
<xi:include href="xml/gimpmarshal.xml" />
|
||||||
<xi:include href="xml/gimppreviewcache.xml" />
|
<xi:include href="xml/gimppreviewcache.xml" />
|
||||||
<xi:include href="xml/gimpscanconvert.xml" />
|
<xi:include href="xml/gimpscanconvert.xml" />
|
||||||
|
@ -271,7 +272,6 @@
|
||||||
<xi:include href="xml/vectors-types.xml" />
|
<xi:include href="xml/vectors-types.xml" />
|
||||||
<xi:include href="xml/gimpanchor.xml" />
|
<xi:include href="xml/gimpanchor.xml" />
|
||||||
<xi:include href="xml/gimpbezierstroke.xml" />
|
<xi:include href="xml/gimpbezierstroke.xml" />
|
||||||
<xi:include href="xml/gimpcoordmath.xml" />
|
|
||||||
<xi:include href="xml/gimpstroke.xml" />
|
<xi:include href="xml/gimpstroke.xml" />
|
||||||
<xi:include href="xml/gimpvectors.xml" />
|
<xi:include href="xml/gimpvectors.xml" />
|
||||||
<xi:include href="xml/gimpvectors-compat.xml" />
|
<xi:include href="xml/gimpvectors-compat.xml" />
|
||||||
|
|
|
@ -558,6 +558,20 @@ GIMP_IS_CONTEXT_CLASS
|
||||||
GIMP_CONTEXT_GET_CLASS
|
GIMP_CONTEXT_GET_CLASS
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gimpcoords</FILE>
|
||||||
|
<TITLE>GimpCoords</TITLE>
|
||||||
|
gimp_coords_mix
|
||||||
|
gimp_coords_average
|
||||||
|
gimp_coords_add
|
||||||
|
gimp_coords_difference
|
||||||
|
gimp_coords_scale
|
||||||
|
gimp_coords_scalarprod
|
||||||
|
gimp_coords_length
|
||||||
|
gimp_coords_length2
|
||||||
|
gimp_coords_equal
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gimpdata</FILE>
|
<FILE>gimpdata</FILE>
|
||||||
GimpData
|
GimpData
|
||||||
|
@ -1900,6 +1914,7 @@ GIMP_PAINTBRUSH_GET_CLASS
|
||||||
<FILE>gimppaintcore</FILE>
|
<FILE>gimppaintcore</FILE>
|
||||||
PAINT_CORE_SUBSAMPLE
|
PAINT_CORE_SUBSAMPLE
|
||||||
PAINT_CORE_SOLID_SUBSAMPLE
|
PAINT_CORE_SOLID_SUBSAMPLE
|
||||||
|
PRESSURE_SCALE
|
||||||
GimpPaintCoreState
|
GimpPaintCoreState
|
||||||
GimpPaintCoreFlags
|
GimpPaintCoreFlags
|
||||||
<TITLE>GimpPaintCore</TITLE>
|
<TITLE>GimpPaintCore</TITLE>
|
||||||
|
@ -3270,20 +3285,6 @@ GIMP_IS_BEZIER_STROKE_CLASS
|
||||||
GIMP_BEZIER_STROKE_GET_CLASS
|
GIMP_BEZIER_STROKE_GET_CLASS
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
|
||||||
<FILE>gimpcoordmath</FILE>
|
|
||||||
<TITLE>GimpCoordsMath</TITLE>
|
|
||||||
gimp_bezier_coords_mix
|
|
||||||
gimp_bezier_coords_average
|
|
||||||
gimp_bezier_coords_add
|
|
||||||
gimp_bezier_coords_difference
|
|
||||||
gimp_bezier_coords_scale
|
|
||||||
gimp_bezier_coords_scalarprod
|
|
||||||
gimp_bezier_coords_length
|
|
||||||
gimp_bezier_coords_length2
|
|
||||||
gimp_bezier_coords_equal
|
|
||||||
</SECTION>
|
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gimpstroke</FILE>
|
<FILE>gimpstroke</FILE>
|
||||||
<TITLE>GimpStroke</TITLE>
|
<TITLE>GimpStroke</TITLE>
|
||||||
|
|
Loading…
Reference in New Issue