libgimp/libgimp-sections.txt libgimpbase/libgimpbase-docs.sgml updated.
2006-09-01 Sven Neumann <sven@gimp.org> * libgimp/libgimp-sections.txt * libgimpbase/libgimpbase-docs.sgml * libgimpbase/libgimpbase-sections.txt: updated. * libgimpbase/tmpl/gimprectangle.sgml: added. * libgimp/tmpl/gimpenums.sgml * libgimp/tmpl/gimppixbuf.sgml * libgimp/tmpl/gimptools.sgml: regenerated.
This commit is contained in:

committed by
Sven Neumann

parent
297f871514
commit
a19e8d6ff3
@ -23,6 +23,7 @@
|
||||
<xi:include href="xml/gimpdatafiles.xml" />
|
||||
<xi:include href="xml/gimpenv.xml" />
|
||||
<xi:include href="xml/gimpmemsize.xml" />
|
||||
<xi:include href="xml/gimprectangle.xml" />
|
||||
<xi:include href="xml/gimpparasite.xml" />
|
||||
<xi:include href="xml/gimpparasiteio.xml" />
|
||||
<xi:include href="xml/gimpsignal.xml" />
|
||||
|
@ -158,6 +158,11 @@ gimp_memsize_get_type
|
||||
gimp_param_memsize_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimprectangle</FILE>
|
||||
gimp_rectangle_intersect
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpparam</FILE>
|
||||
GIMP_PARAM_STATIC_STRINGS
|
||||
|
41
devel-docs/libgimpbase/tmpl/gimprectangle.sgml
Normal file
41
devel-docs/libgimpbase/tmpl/gimprectangle.sgml
Normal file
@ -0,0 +1,41 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimprectangle
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_rectangle_intersect ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@x1:
|
||||
@y1:
|
||||
@width1:
|
||||
@height1:
|
||||
@x2:
|
||||
@y2:
|
||||
@width2:
|
||||
@height2:
|
||||
@dest_x:
|
||||
@dest_y:
|
||||
@dest_width:
|
||||
@dest_height:
|
||||
@Returns:
|
||||
|
||||
|
Reference in New Issue
Block a user