added another file to ignore, added -u hack to make the scan application
2003-09-17 Sven Neumann <sven@gimp.org> * app/Makefile.am: added another file to ignore, added -u hack to make the scan application link again. * app-sections.txt: updated.
This commit is contained in:
committed by
Sven Neumann
parent
8bca077d12
commit
de387e7faa
@ -1,3 +1,10 @@
|
||||
2003-09-17 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/Makefile.am: added another file to ignore, added -u hack to
|
||||
make the scan application link again.
|
||||
|
||||
* app-sections.txt: updated.
|
||||
|
||||
2003-09-15 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/app-docs.sgml
|
||||
|
||||
@ -35,6 +35,7 @@ IGNORE_HFILES = \
|
||||
gimp-composite-sse.h \
|
||||
gimp-composite-sse2.h \
|
||||
gimp-composite-vis.h \
|
||||
gimp-composite-x86.h \
|
||||
gimpimage-convert-data.h \
|
||||
gimpimage-convert-fsdither.h \
|
||||
gimphelp-ids.h \
|
||||
@ -60,7 +61,14 @@ GTKDOC_CFLAGS = \
|
||||
$(GTK_CFLAGS) \
|
||||
-I$(includedir)
|
||||
|
||||
unused_symbols = \
|
||||
-u gimp_container_get_filtered_name_array \
|
||||
-u gimp_xml_parser_new \
|
||||
-u gimp_xml_parser_parse_file \
|
||||
-u gimp_xml_parser_free
|
||||
|
||||
GTKDOC_LIBS = \
|
||||
$(unused_symbols) \
|
||||
$(top_builddir)/app/app_procs.o \
|
||||
$(top_builddir)/app/batch.o \
|
||||
$(top_builddir)/app/errors.o \
|
||||
@ -95,7 +103,7 @@ GTKDOC_LIBS = \
|
||||
$(GIMP_MP_LIBS) \
|
||||
$(INTLLIBS) \
|
||||
$(REGEXREPL)
|
||||
|
||||
|
||||
GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC)
|
||||
GTKDOC_LD = $(LIBTOOL) --mode=link $(CC)
|
||||
|
||||
|
||||
@ -1778,6 +1778,7 @@ GimpPaintCoreClass
|
||||
gimp_paint_core_paint
|
||||
gimp_paint_core_start
|
||||
gimp_paint_core_finish
|
||||
gimp_paint_core_cancel
|
||||
gimp_paint_core_cleanup
|
||||
gimp_paint_core_constrain
|
||||
gimp_paint_core_interpolate
|
||||
@ -2359,6 +2360,7 @@ gimp_draw_tool_draw_arc_by_anchor
|
||||
gimp_draw_tool_draw_cross_by_anchor
|
||||
gimp_draw_tool_draw_handle
|
||||
gimp_draw_tool_on_handle
|
||||
gimp_draw_tool_on_vectors
|
||||
gimp_draw_tool_on_vectors_curve
|
||||
gimp_draw_tool_on_vectors_handle
|
||||
gimp_draw_tool_draw_lines
|
||||
@ -3174,6 +3176,7 @@ gimp_vectors_stroke_get_length
|
||||
gimp_vectors_get_length
|
||||
gimp_vectors_get_distance
|
||||
gimp_vectors_interpolate
|
||||
gimp_vectors_bounds
|
||||
gimp_vectors_make_bezier
|
||||
gimp_vectors_art_stroke
|
||||
<SUBSECTION Standard>
|
||||
|
||||
Reference in New Issue
Block a user