From de387e7faa5b9fd93f7b97e5f2bbc9b4e99eb6ef Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 17 Sep 2003 14:49:12 +0000 Subject: [PATCH] added another file to ignore, added -u hack to make the scan application 2003-09-17 Sven Neumann * app/Makefile.am: added another file to ignore, added -u hack to make the scan application link again. * app-sections.txt: updated. --- devel-docs/ChangeLog | 7 +++++++ devel-docs/app/Makefile.am | 10 +++++++++- devel-docs/app/app-sections.txt | 3 +++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/devel-docs/ChangeLog b/devel-docs/ChangeLog index 452ac370b5..e920929d40 100644 --- a/devel-docs/ChangeLog +++ b/devel-docs/ChangeLog @@ -1,3 +1,10 @@ +2003-09-17 Sven Neumann + + * 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 * app/app-docs.sgml diff --git a/devel-docs/app/Makefile.am b/devel-docs/app/Makefile.am index d7113aa3ca..c899c597d9 100644 --- a/devel-docs/app/Makefile.am +++ b/devel-docs/app/Makefile.am @@ -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) diff --git a/devel-docs/app/app-sections.txt b/devel-docs/app/app-sections.txt index 65ac3c33ef..88a124d975 100644 --- a/devel-docs/app/app-sections.txt +++ b/devel-docs/app/app-sections.txt @@ -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