mirror of https://github.com/GNOME/gimp.git
don't skip "gimpmisc.h", it's gone.
2004-01-12 Michael Natterer <mitch@gimp.org> * 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.
This commit is contained in:
parent
7455016489
commit
df56be11b5
|
@ -1,3 +1,13 @@
|
|||
2004-01-12 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* 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 <sven@gimp.org>
|
||||
|
||||
* libgimpbase/tmpl/gimpsignal.sgml: updated after removal of
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -48,6 +48,8 @@
|
|||
<xi:include href="xml/gimppalette.xml" />
|
||||
<xi:include href="xml/gimppatterns.xml" />
|
||||
<xi:include href="xml/gimppixelrgn.xml" />
|
||||
<xi:include href="xml/gimppixelfetcher.xml" />
|
||||
<xi:include href="xml/gimpregioniterator.xml" />
|
||||
<xi:include href="xml/gimpplugin.xml" />
|
||||
<xi:include href="xml/gimpproceduraldb.xml" />
|
||||
<xi:include href="xml/gimpselection.xml" />
|
||||
|
|
|
@ -491,6 +491,38 @@ gimp_pixel_rgns_register2
|
|||
gimp_pixel_rgns_process
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimppixelfetcher</FILE>
|
||||
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
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpregioniterator</FILE>
|
||||
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
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpplugin</FILE>
|
||||
gimp_progress_init
|
||||
|
|
|
@ -0,0 +1,117 @@
|
|||
<!-- ##### SECTION Title ##### -->
|
||||
gimppixelfetcher
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ENUM GimpPixelFetcherEdgeMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_PIXEL_FETCHER_EDGE_NONE:
|
||||
@GIMP_PIXEL_FETCHER_EDGE_WRAP:
|
||||
@GIMP_PIXEL_FETCHER_EDGE_SMEAR:
|
||||
@GIMP_PIXEL_FETCHER_EDGE_BLACK:
|
||||
|
||||
<!-- ##### STRUCT GimpPixelFetcher ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pixel_fetcher_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pixel_fetcher_set_edge_mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pf:
|
||||
@mode:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pixel_fetcher_set_bg_color ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pf:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pixel_fetcher_set_shadow ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pf:
|
||||
@shadow:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pixel_fetcher_get_pixel ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pf:
|
||||
@x:
|
||||
@y:
|
||||
@pixel:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pixel_fetcher_put_pixel ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pf:
|
||||
@x:
|
||||
@y:
|
||||
@pixel:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_pixel_fetcher_destroy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@pf:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_get_bg_guchar ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable:
|
||||
@transparent:
|
||||
@bg:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_get_fg_guchar ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable:
|
||||
@transparent:
|
||||
@fg:
|
||||
|
||||
|
|
@ -0,0 +1,154 @@
|
|||
<!-- ##### SECTION Title ##### -->
|
||||
gimpregioniterator
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GimpRgnIterator ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpRgnFunc1 ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@src:
|
||||
@bpp:
|
||||
@data:
|
||||
<!-- # Unused Parameters # -->
|
||||
@Param3:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpRgnFunc2 ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@src:
|
||||
@dest:
|
||||
@bpp:
|
||||
@data:
|
||||
<!-- # Unused Parameters # -->
|
||||
@Param4:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpRgnFuncSrc ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@x:
|
||||
@y:
|
||||
@src:
|
||||
@bpp:
|
||||
@data:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpRgnFuncDest ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@x:
|
||||
@y:
|
||||
@dest:
|
||||
@bpp:
|
||||
@data:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpRgnFuncSrcDest ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@x:
|
||||
@y:
|
||||
@src:
|
||||
@dest:
|
||||
@bpp:
|
||||
@data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rgn_iterator_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable:
|
||||
@run_mode:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rgn_iterator_free ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@iter:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rgn_iterator_src ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@iter:
|
||||
@func:
|
||||
@data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rgn_iterator_dest ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@iter:
|
||||
@func:
|
||||
@data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rgn_iterator_src_dest ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@iter:
|
||||
@func:
|
||||
@data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rgn_iterate1 ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable:
|
||||
@run_mode:
|
||||
@func:
|
||||
@data:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rgn_iterate2 ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@drawable:
|
||||
@run_mode:
|
||||
@func:
|
||||
@data:
|
||||
|
||||
|
Loading…
Reference in New Issue