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
@ -1,3 +1,15 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2006-09-01 Sven Neumann <sven@gimp.org>
|
2006-09-01 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* Makefile.am (EXTRA_DIST): added vbr.txt.
|
* Makefile.am (EXTRA_DIST): added vbr.txt.
|
||||||
|
@ -74,6 +74,7 @@ GimpMergeType
|
|||||||
GimpOffsetType
|
GimpOffsetType
|
||||||
GimpOrientationType
|
GimpOrientationType
|
||||||
GimpRotationType
|
GimpRotationType
|
||||||
|
GimpSelectCriterion
|
||||||
gimp_enums_get_type_names
|
gimp_enums_get_type_names
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GIMP_TYPE_BRUSH_APPLICATION_MODE
|
GIMP_TYPE_BRUSH_APPLICATION_MODE
|
||||||
@ -93,6 +94,7 @@ GIMP_TYPE_MERGE_TYPE
|
|||||||
GIMP_TYPE_OFFSET_TYPE
|
GIMP_TYPE_OFFSET_TYPE
|
||||||
GIMP_TYPE_ORIENTATION_TYPE
|
GIMP_TYPE_ORIENTATION_TYPE
|
||||||
GIMP_TYPE_ROTATION_TYPE
|
GIMP_TYPE_ROTATION_TYPE
|
||||||
|
GIMP_TYPE_SELECT_CRITERION
|
||||||
gimp_brush_application_mode_get_type
|
gimp_brush_application_mode_get_type
|
||||||
gimp_brush_generated_shape_get_type
|
gimp_brush_generated_shape_get_type
|
||||||
gimp_convert_dither_type_get_type
|
gimp_convert_dither_type_get_type
|
||||||
@ -110,6 +112,7 @@ gimp_merge_type_get_type
|
|||||||
gimp_offset_type_get_type
|
gimp_offset_type_get_type
|
||||||
gimp_orientation_type_get_type
|
gimp_orientation_type_get_type
|
||||||
gimp_rotation_type_get_type
|
gimp_rotation_type_get_type
|
||||||
|
gimp_select_criterion_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
@ -836,18 +839,21 @@ gimp_tile_cache_ntiles
|
|||||||
gimp_airbrush
|
gimp_airbrush
|
||||||
gimp_airbrush_default
|
gimp_airbrush_default
|
||||||
gimp_by_color_select
|
gimp_by_color_select
|
||||||
|
gimp_by_color_select_full
|
||||||
gimp_clone
|
gimp_clone
|
||||||
gimp_clone_default
|
gimp_clone_default
|
||||||
gimp_convolve
|
gimp_convolve
|
||||||
gimp_convolve_default
|
gimp_convolve_default
|
||||||
gimp_dodgeburn
|
gimp_dodgeburn
|
||||||
gimp_dodgeburn_default
|
gimp_dodgeburn_default
|
||||||
|
gimp_edit_bucket_fill_full
|
||||||
gimp_ellipse_select
|
gimp_ellipse_select
|
||||||
gimp_eraser
|
gimp_eraser
|
||||||
gimp_eraser_default
|
gimp_eraser_default
|
||||||
gimp_flip
|
gimp_flip
|
||||||
gimp_free_select
|
gimp_free_select
|
||||||
gimp_fuzzy_select
|
gimp_fuzzy_select
|
||||||
|
gimp_fuzzy_select_full
|
||||||
gimp_paintbrush
|
gimp_paintbrush
|
||||||
gimp_paintbrush_default
|
gimp_paintbrush_default
|
||||||
gimp_pencil
|
gimp_pencil
|
||||||
@ -910,6 +916,7 @@ GimpPixbufTransparency
|
|||||||
gimp_image_get_thumbnail
|
gimp_image_get_thumbnail
|
||||||
gimp_drawable_get_thumbnail
|
gimp_drawable_get_thumbnail
|
||||||
gimp_drawable_get_sub_thumbnail
|
gimp_drawable_get_sub_thumbnail
|
||||||
|
gimp_layer_new_from_pixbuf
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -208,6 +208,19 @@ Enums and definitions.
|
|||||||
@GIMP_ROTATE_180:
|
@GIMP_ROTATE_180:
|
||||||
@GIMP_ROTATE_270:
|
@GIMP_ROTATE_270:
|
||||||
|
|
||||||
|
<!-- ##### ENUM GimpSelectCriterion ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@GIMP_SELECT_CRITERION_COMPOSITE:
|
||||||
|
@GIMP_SELECT_CRITERION_R:
|
||||||
|
@GIMP_SELECT_CRITERION_G:
|
||||||
|
@GIMP_SELECT_CRITERION_B:
|
||||||
|
@GIMP_SELECT_CRITERION_H:
|
||||||
|
@GIMP_SELECT_CRITERION_S:
|
||||||
|
@GIMP_SELECT_CRITERION_V:
|
||||||
|
|
||||||
<!-- ##### FUNCTION gimp_enums_get_type_names ##### -->
|
<!-- ##### FUNCTION gimp_enums_get_type_names ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -66,3 +66,18 @@ Get a thumbnail pixbuf for a drawable or image.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gimp_layer_new_from_pixbuf ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@image_ID:
|
||||||
|
@name:
|
||||||
|
@pixbuf:
|
||||||
|
@opacity:
|
||||||
|
@mode:
|
||||||
|
@progress_start:
|
||||||
|
@progress_end:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
@ -57,6 +57,24 @@ Functions giving access to common toolbox tools.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gimp_by_color_select_full ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@drawable_ID:
|
||||||
|
@color:
|
||||||
|
@threshold:
|
||||||
|
@operation:
|
||||||
|
@antialias:
|
||||||
|
@feather:
|
||||||
|
@feather_radius:
|
||||||
|
@sample_merged:
|
||||||
|
@select_transparent:
|
||||||
|
@select_criterion:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gimp_clone ##### -->
|
<!-- ##### FUNCTION gimp_clone ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -132,6 +150,24 @@ Functions giving access to common toolbox tools.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gimp_edit_bucket_fill_full ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@drawable_ID:
|
||||||
|
@fill_mode:
|
||||||
|
@paint_mode:
|
||||||
|
@opacity:
|
||||||
|
@threshold:
|
||||||
|
@sample_merged:
|
||||||
|
@fill_transparent:
|
||||||
|
@select_criterion:
|
||||||
|
@x:
|
||||||
|
@y:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gimp_ellipse_select ##### -->
|
<!-- ##### FUNCTION gimp_ellipse_select ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -215,6 +251,25 @@ Functions giving access to common toolbox tools.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gimp_fuzzy_select_full ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@drawable_ID:
|
||||||
|
@x:
|
||||||
|
@y:
|
||||||
|
@threshold:
|
||||||
|
@operation:
|
||||||
|
@antialias:
|
||||||
|
@feather:
|
||||||
|
@feather_radius:
|
||||||
|
@sample_merged:
|
||||||
|
@select_transparent:
|
||||||
|
@select_criterion:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gimp_paintbrush ##### -->
|
<!-- ##### FUNCTION gimp_paintbrush ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
<xi:include href="xml/gimpdatafiles.xml" />
|
<xi:include href="xml/gimpdatafiles.xml" />
|
||||||
<xi:include href="xml/gimpenv.xml" />
|
<xi:include href="xml/gimpenv.xml" />
|
||||||
<xi:include href="xml/gimpmemsize.xml" />
|
<xi:include href="xml/gimpmemsize.xml" />
|
||||||
|
<xi:include href="xml/gimprectangle.xml" />
|
||||||
<xi:include href="xml/gimpparasite.xml" />
|
<xi:include href="xml/gimpparasite.xml" />
|
||||||
<xi:include href="xml/gimpparasiteio.xml" />
|
<xi:include href="xml/gimpparasiteio.xml" />
|
||||||
<xi:include href="xml/gimpsignal.xml" />
|
<xi:include href="xml/gimpsignal.xml" />
|
||||||
|
@ -158,6 +158,11 @@ gimp_memsize_get_type
|
|||||||
gimp_param_memsize_get_type
|
gimp_param_memsize_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gimprectangle</FILE>
|
||||||
|
gimp_rectangle_intersect
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gimpparam</FILE>
|
<FILE>gimpparam</FILE>
|
||||||
GIMP_PARAM_STATIC_STRINGS
|
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