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
@ -74,6 +74,7 @@ GimpMergeType
|
||||
GimpOffsetType
|
||||
GimpOrientationType
|
||||
GimpRotationType
|
||||
GimpSelectCriterion
|
||||
gimp_enums_get_type_names
|
||||
<SUBSECTION Standard>
|
||||
GIMP_TYPE_BRUSH_APPLICATION_MODE
|
||||
@ -93,6 +94,7 @@ GIMP_TYPE_MERGE_TYPE
|
||||
GIMP_TYPE_OFFSET_TYPE
|
||||
GIMP_TYPE_ORIENTATION_TYPE
|
||||
GIMP_TYPE_ROTATION_TYPE
|
||||
GIMP_TYPE_SELECT_CRITERION
|
||||
gimp_brush_application_mode_get_type
|
||||
gimp_brush_generated_shape_get_type
|
||||
gimp_convert_dither_type_get_type
|
||||
@ -110,6 +112,7 @@ gimp_merge_type_get_type
|
||||
gimp_offset_type_get_type
|
||||
gimp_orientation_type_get_type
|
||||
gimp_rotation_type_get_type
|
||||
gimp_select_criterion_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -836,18 +839,21 @@ gimp_tile_cache_ntiles
|
||||
gimp_airbrush
|
||||
gimp_airbrush_default
|
||||
gimp_by_color_select
|
||||
gimp_by_color_select_full
|
||||
gimp_clone
|
||||
gimp_clone_default
|
||||
gimp_convolve
|
||||
gimp_convolve_default
|
||||
gimp_dodgeburn
|
||||
gimp_dodgeburn_default
|
||||
gimp_edit_bucket_fill_full
|
||||
gimp_ellipse_select
|
||||
gimp_eraser
|
||||
gimp_eraser_default
|
||||
gimp_flip
|
||||
gimp_free_select
|
||||
gimp_fuzzy_select
|
||||
gimp_fuzzy_select_full
|
||||
gimp_paintbrush
|
||||
gimp_paintbrush_default
|
||||
gimp_pencil
|
||||
@ -910,6 +916,7 @@ GimpPixbufTransparency
|
||||
gimp_image_get_thumbnail
|
||||
gimp_drawable_get_thumbnail
|
||||
gimp_drawable_get_sub_thumbnail
|
||||
gimp_layer_new_from_pixbuf
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -208,6 +208,19 @@ Enums and definitions.
|
||||
@GIMP_ROTATE_180:
|
||||
@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 ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -66,3 +66,18 @@ Get a thumbnail pixbuf for a drawable or image.
|
||||
@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:
|
||||
|
||||
|
||||
<!-- ##### 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 ##### -->
|
||||
<para>
|
||||
|
||||
@ -132,6 +150,24 @@ Functions giving access to common toolbox tools.
|
||||
@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 ##### -->
|
||||
<para>
|
||||
|
||||
@ -215,6 +251,25 @@ Functions giving access to common toolbox tools.
|
||||
@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 ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user