diff --git a/devel-docs/ChangeLog b/devel-docs/ChangeLog index 3bfce3ab11..ce58f807d3 100644 --- a/devel-docs/ChangeLog +++ b/devel-docs/ChangeLog @@ -1,3 +1,13 @@ +2004-01-12 Michael Natterer + + * libgimp/Makefile.am: don't skip "gimpmisc.h", it's gone. + + * libgimp/tmpl/gimppixelfetcher.sgml + * libgimp/tmpl/gimpregioniterator.sgml: new files. + + * libgimp/libgimp-docs.sgml + * libgimp/libgimp-sections.txt: added the new stuff. + 2004-01-12 Sven Neumann * libgimpbase/tmpl/gimpsignal.sgml: updated after removal of diff --git a/devel-docs/libgimp/Makefile.am b/devel-docs/libgimp/Makefile.am index 07ba6bb121..4b79adfd22 100644 --- a/devel-docs/libgimp/Makefile.am +++ b/devel-docs/libgimp/Makefile.am @@ -28,7 +28,6 @@ CFILE_GLOB = $(DOC_SOURCE_DIR)/*.c # Header files to ignore when scanning IGNORE_HFILES = \ gimpcompat.h \ - gimpmisc.h \ gimpunitcache.h \ libgimp-intl.h \ stdplugins-intl.h diff --git a/devel-docs/libgimp/libgimp-docs.sgml b/devel-docs/libgimp/libgimp-docs.sgml index b6d0c13109..096a72c795 100644 --- a/devel-docs/libgimp/libgimp-docs.sgml +++ b/devel-docs/libgimp/libgimp-docs.sgml @@ -48,6 +48,8 @@ + + diff --git a/devel-docs/libgimp/libgimp-sections.txt b/devel-docs/libgimp/libgimp-sections.txt index 917f35ee72..8bada48ed1 100644 --- a/devel-docs/libgimp/libgimp-sections.txt +++ b/devel-docs/libgimp/libgimp-sections.txt @@ -491,6 +491,38 @@ gimp_pixel_rgns_register2 gimp_pixel_rgns_process +
+gimppixelfetcher +GimpPixelFetcherEdgeMode +GimpPixelFetcher +gimp_pixel_fetcher_new +gimp_pixel_fetcher_set_edge_mode +gimp_pixel_fetcher_set_bg_color +gimp_pixel_fetcher_set_shadow +gimp_pixel_fetcher_get_pixel +gimp_pixel_fetcher_put_pixel +gimp_pixel_fetcher_destroy +gimp_get_bg_guchar +gimp_get_fg_guchar +
+ +
+gimpregioniterator +GimpRgnIterator +GimpRgnFunc1 +GimpRgnFunc2 +GimpRgnFuncSrc +GimpRgnFuncDest +GimpRgnFuncSrcDest +gimp_rgn_iterator_new +gimp_rgn_iterator_free +gimp_rgn_iterator_src +gimp_rgn_iterator_dest +gimp_rgn_iterator_src_dest +gimp_rgn_iterate1 +gimp_rgn_iterate2 +
+
gimpplugin gimp_progress_init diff --git a/devel-docs/libgimp/tmpl/gimppixelfetcher.sgml b/devel-docs/libgimp/tmpl/gimppixelfetcher.sgml new file mode 100644 index 0000000000..c832668c0c --- /dev/null +++ b/devel-docs/libgimp/tmpl/gimppixelfetcher.sgml @@ -0,0 +1,117 @@ + +gimppixelfetcher + + + + + + + + + + + + + + + + + + + +@GIMP_PIXEL_FETCHER_EDGE_NONE: +@GIMP_PIXEL_FETCHER_EDGE_WRAP: +@GIMP_PIXEL_FETCHER_EDGE_SMEAR: +@GIMP_PIXEL_FETCHER_EDGE_BLACK: + + + + + + + + + + + + +@drawable: +@Returns: + + + + + + + +@pf: +@mode: + + + + + + + +@pf: + + + + + + + +@pf: +@shadow: + + + + + + + +@pf: +@x: +@y: +@pixel: + + + + + + + +@pf: +@x: +@y: +@pixel: + + + + + + + +@pf: + + + + + + + +@drawable: +@transparent: +@bg: + + + + + + + +@drawable: +@transparent: +@fg: + + diff --git a/devel-docs/libgimp/tmpl/gimpregioniterator.sgml b/devel-docs/libgimp/tmpl/gimpregioniterator.sgml new file mode 100644 index 0000000000..dea9818553 --- /dev/null +++ b/devel-docs/libgimp/tmpl/gimpregioniterator.sgml @@ -0,0 +1,154 @@ + +gimpregioniterator + + + + + + + + + + + + + + + + + + + + + + + + + +@src: +@bpp: +@data: + +@Param3: + + + + + + + +@src: +@dest: +@bpp: +@data: + +@Param4: + + + + + + + +@x: +@y: +@src: +@bpp: +@data: + + + + + + + +@x: +@y: +@dest: +@bpp: +@data: + + + + + + + +@x: +@y: +@src: +@dest: +@bpp: +@data: + + + + + + + +@drawable: +@run_mode: +@Returns: + + + + + + + +@iter: + + + + + + + +@iter: +@func: +@data: + + + + + + + +@iter: +@func: +@data: + + + + + + + +@iter: +@func: +@data: + + + + + + + +@drawable: +@run_mode: +@func: +@data: + + + + + + + +@drawable: +@run_mode: +@func: +@data: + +