libgimp/libgimp-docs.sgml libgimp/libgimp-sections.txt updated after

2004-09-29  Michael Natterer  <mitch@gimp.org>

	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt
	* libgimp/libgimp.types: updated after brush, pattern etc. cleanup.

	* libgimp/tmpl/gimpgradientedit.sgml: removed.

	* libgimp/tmpl/gimpaspectpreview.sgml
	* libgimp/tmpl/gimpbrush.sgml
	* libgimp/tmpl/gimpgradient.sgml
	* libgimp/tmpl/gimppattern.sgml; new files.

	* libgimp/tmpl/gimpbrushes.sgml
	* libgimp/tmpl/gimpcontext.sgml
	* libgimp/tmpl/gimpgradients.sgml
	* libgimp/tmpl/gimppalette.sgml
	* libgimp/tmpl/gimppalettes.sgml
	* libgimp/tmpl/gimppatterns.sgml
	* libgimp/tmpl/gimpregioniterator.sgml: updated.
This commit is contained in:
Michael Natterer 2004-09-29 01:01:28 +00:00 committed by Michael Natterer
parent a001920ead
commit c0b5037b5f
15 changed files with 400 additions and 97 deletions

View file

@ -1,3 +1,24 @@
2004-09-29 Michael Natterer <mitch@gimp.org>
* libgimp/libgimp-docs.sgml
* libgimp/libgimp-sections.txt
* libgimp/libgimp.types: updated after brush, pattern etc. cleanup.
* libgimp/tmpl/gimpgradientedit.sgml: removed.
* libgimp/tmpl/gimpaspectpreview.sgml
* libgimp/tmpl/gimpbrush.sgml
* libgimp/tmpl/gimpgradient.sgml
* libgimp/tmpl/gimppattern.sgml; new files.
* libgimp/tmpl/gimpbrushes.sgml
* libgimp/tmpl/gimpcontext.sgml
* libgimp/tmpl/gimpgradients.sgml
* libgimp/tmpl/gimppalette.sgml
* libgimp/tmpl/gimppalettes.sgml
* libgimp/tmpl/gimppatterns.sgml
* libgimp/tmpl/gimpregioniterator.sgml: updated.
2004-09-24 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml

View file

@ -28,6 +28,7 @@
</partintro>
<xi:include href="xml/gimp.xml" />
<xi:include href="xml/gimpbrush.xml" />
<xi:include href="xml/gimpbrushes.xml" />
<xi:include href="xml/gimpchannel.xml" />
<xi:include href="xml/gimpcolor.xml" />
@ -40,7 +41,7 @@
<xi:include href="xml/gimpfloatingsel.xml" />
<xi:include href="xml/gimpfonts.xml" />
<xi:include href="xml/gimpgimprc.xml" />
<xi:include href="xml/gimpgradientedit.xml" />
<xi:include href="xml/gimpgradient.xml" />
<xi:include href="xml/gimpgradients.xml" />
<xi:include href="xml/gimpguides.xml" />
<xi:include href="xml/gimphelp.xml" />
@ -50,6 +51,7 @@
<xi:include href="xml/gimppalette.xml" />
<xi:include href="xml/gimppalettes.xml" />
<xi:include href="xml/gimppaths.xml" />
<xi:include href="xml/gimppattern.xml" />
<xi:include href="xml/gimppatterns.xml" />
<xi:include href="xml/gimppixelfetcher.xml" />
<xi:include href="xml/gimppixelrgn.xml" />
@ -79,6 +81,7 @@
</chapter>
<xi:include href="xml/gimpui.xml" />
<xi:include href="xml/gimpaspectpreview.xml" />
<xi:include href="xml/gimpexport.xml" />
<xi:include href="xml/gimpdrawablepreview.xml" />
<xi:include href="xml/gimpdrawablecombobox.xml" />

View file

@ -98,6 +98,17 @@ GimpExportReturn
gimp_export_image
</SECTION>
<SECTION>
<FILE>gimpbrush</FILE>
gimp_brush_new
gimp_brush_duplicate
gimp_brush_rename
gimp_brush_delete
gimp_brush_get_info
gimp_brush_get_spacing
gimp_brush_set_spacing
</SECTION>
<SECTION>
<FILE>gimpbrushes</FILE>
gimp_brushes_refresh
@ -111,7 +122,6 @@ gimp_brushes_set_paint_mode
gimp_brushes_get_spacing
gimp_brushes_set_spacing
gimp_brushes_get_brush_data
gimp_brushes_get_brush_info
</SECTION>
<SECTION>
@ -303,22 +313,11 @@ gimp_get_theme_dir
</SECTION>
<SECTION>
<FILE>gimpgradients</FILE>
gimp_gradients_new
gimp_gradients_delete
gimp_gradients_duplicate
gimp_gradients_rename
gimp_gradients_refresh
gimp_gradients_get_list
gimp_gradients_get_gradient
gimp_gradients_set_gradient
gimp_gradients_sample_uniform
gimp_gradients_sample_custom
gimp_gradients_get_gradient_data
</SECTION>
<SECTION>
<FILE>gimpgradientedit</FILE>
<FILE>gimpgradient</FILE>
gimp_gradient_new
gimp_gradient_duplicate
gimp_gradient_rename
gimp_gradient_delete
gimp_gradient_segment_get_left_color
gimp_gradient_segment_set_left_color
gimp_gradient_segment_get_right_color
@ -344,6 +343,17 @@ gimp_gradient_segment_range_blend_opacity
gimp_gradient_segment_range_move
</SECTION>
<SECTION>
<FILE>gimpgradients</FILE>
gimp_gradients_refresh
gimp_gradients_get_list
gimp_gradients_get_gradient
gimp_gradients_set_gradient
gimp_gradients_sample_uniform
gimp_gradients_sample_custom
gimp_gradients_get_gradient_data
</SECTION>
<SECTION>
<FILE>gimpgradientselect</FILE>
GimpRunGradientCallback
@ -477,6 +487,17 @@ gimp_message_set_handler
<SECTION>
<FILE>gimppalette</FILE>
gimp_palette_new
gimp_palette_duplicate
gimp_palette_rename
gimp_palette_delete
gimp_palette_get_info
gimp_palette_add_entry
gimp_palette_delete_entry
gimp_palette_entry_get_color
gimp_palette_entry_set_color
gimp_palette_entry_get_name
gimp_palette_entry_set_name
gimp_palette_get_foreground
gimp_palette_get_background
gimp_palette_set_foreground
@ -492,7 +513,6 @@ gimp_palettes_get_list
gimp_palettes_get_palette
gimp_palettes_set_palette
gimp_palettes_get_palette_entry
gimp_palettes_get_palette_info
gimp_palettes_popup
gimp_palettes_close_popup
gimp_palettes_set_popup
@ -524,6 +544,11 @@ gimp_path_to_selection
gimp_path_import
</SECTION>
<SECTION>
<FILE>gimppattern</FILE>
gimp_pattern_get_info
</SECTION>
<SECTION>
<FILE>gimppatterns</FILE>
gimp_patterns_refresh
@ -531,7 +556,6 @@ gimp_patterns_get_list
gimp_patterns_get_pattern
gimp_patterns_set_pattern
gimp_patterns_get_pattern_data
gimp_patterns_get_pattern_info
</SECTION>
<SECTION>
@ -714,6 +738,23 @@ gimp_image_get_thumbnail
gimp_drawable_get_thumbnail
</SECTION>
<SECTION>
<FILE>gimpaspectpreview</FILE>
<TITLE>GimpAspectPreview</TITLE>
GimpAspectPreview
gimp_aspect_preview_new
gimp_aspect_preview_draw_buffer
<SUBSECTION Standard>
GimpAspectPreviewClass
GIMP_ASPECT_PREVIEW
GIMP_IS_ASPECT_PREVIEW
GIMP_TYPE_ASPECT_PREVIEW
gimp_aspect_preview_get_type
GIMP_ASPECT_PREVIEW_CLASS
GIMP_IS_ASPECT_PREVIEW_CLASS
GIMP_ASPECT_PREVIEW_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpdrawablepreview</FILE>
<TITLE>GimpDrawablePreview</TITLE>

View file

@ -2,5 +2,6 @@
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>
gimp_aspect_preview_get_type
gimp_drawable_preview_get_type
gimp_progress_bar_get_type

View file

@ -0,0 +1,42 @@
<!-- ##### SECTION Title ##### -->
GimpAspectPreview
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### STRUCT GimpAspectPreview ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_aspect_preview_new ##### -->
<para>
</para>
@drawable:
@toggle:
@Returns:
<!-- ##### FUNCTION gimp_aspect_preview_draw_buffer ##### -->
<para>
</para>
@preview:
@buffer:
@rowstride:

View file

@ -0,0 +1,84 @@
<!-- ##### SECTION Title ##### -->
gimpbrush
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_brush_new ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### FUNCTION gimp_brush_duplicate ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### FUNCTION gimp_brush_rename ##### -->
<para>
</para>
@name:
@new_name:
@Returns:
<!-- ##### FUNCTION gimp_brush_delete ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### FUNCTION gimp_brush_get_info ##### -->
<para>
</para>
@name:
@width:
@height:
@Returns:
<!-- ##### FUNCTION gimp_brush_get_spacing ##### -->
<para>
</para>
@name:
@spacing:
@Returns:
<!-- ##### FUNCTION gimp_brush_set_spacing ##### -->
<para>
</para>
@name:
@spacing:
@Returns:

View file

@ -119,15 +119,3 @@ Functions related to getting and setting brushes.
@Returns:
<!-- ##### FUNCTION gimp_brushes_get_brush_info ##### -->
<para>
</para>
@name:
@width:
@height:
@spacing:
@Returns:

View file

@ -9,13 +9,11 @@ gimpcontext
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_context_push ##### -->
<para>

View file

@ -14,6 +14,43 @@ gimpgradientedit
</para>
<!-- ##### FUNCTION gimp_gradient_new ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### FUNCTION gimp_gradient_duplicate ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### FUNCTION gimp_gradient_rename ##### -->
<para>
</para>
@name:
@new_name:
@Returns:
<!-- ##### FUNCTION gimp_gradient_delete ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### FUNCTION gimp_gradient_segment_get_left_color ##### -->
<para>

View file

@ -15,43 +15,6 @@ Operations related to gradients.
</para>
<!-- ##### FUNCTION gimp_gradients_new ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### FUNCTION gimp_gradients_delete ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### FUNCTION gimp_gradients_duplicate ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### FUNCTION gimp_gradients_rename ##### -->
<para>
</para>
@name:
@new_name:
@Returns:
<!-- ##### FUNCTION gimp_gradients_refresh ##### -->
<para>

View file

@ -2,11 +2,10 @@
gimppalette
<!-- ##### SECTION Short_Description ##### -->
Functions for setting colors in the palette.
<!-- ##### SECTION Long_Description ##### -->
<para>
Functions for setting colors in the palette.
</para>
@ -15,6 +14,119 @@ Functions for setting colors in the palette.
</para>
<!-- ##### FUNCTION gimp_palette_new ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### FUNCTION gimp_palette_duplicate ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### FUNCTION gimp_palette_rename ##### -->
<para>
</para>
@name:
@new_name:
@Returns:
<!-- ##### FUNCTION gimp_palette_delete ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### FUNCTION gimp_palette_get_info ##### -->
<para>
</para>
@name:
@num_colors:
@Returns:
<!-- ##### FUNCTION gimp_palette_add_entry ##### -->
<para>
</para>
@name:
@entry_name:
@color:
@entry_num:
@Returns:
<!-- ##### FUNCTION gimp_palette_delete_entry ##### -->
<para>
</para>
@name:
@entry_num:
@Returns:
<!-- ##### FUNCTION gimp_palette_entry_get_color ##### -->
<para>
</para>
@name:
@entry_num:
@color:
@Returns:
<!-- ##### FUNCTION gimp_palette_entry_set_color ##### -->
<para>
</para>
@name:
@entry_num:
@color:
@Returns:
<!-- ##### FUNCTION gimp_palette_entry_get_name ##### -->
<para>
</para>
@name:
@entry_num:
@entry_name:
@Returns:
<!-- ##### FUNCTION gimp_palette_entry_set_name ##### -->
<para>
</para>
@name:
@entry_num:
@entry_name:
@Returns:
<!-- ##### FUNCTION gimp_palette_get_foreground ##### -->
<para>

View file

@ -62,16 +62,6 @@ gimppalettes
@Returns:
<!-- ##### FUNCTION gimp_palettes_get_palette_info ##### -->
<para>
</para>
@name:
@num_colors:
@Returns:
<!-- ##### FUNCTION gimp_palettes_popup ##### -->
<para>

View file

@ -0,0 +1,28 @@
<!-- ##### SECTION Title ##### -->
gimppattern
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### FUNCTION gimp_pattern_get_info ##### -->
<para>
</para>
@name:
@width:
@height:
@bpp:
@Returns:

View file

@ -66,14 +66,3 @@ Functions relating to patterns.
@Returns:
<!-- ##### FUNCTION gimp_patterns_get_pattern_info ##### -->
<para>
</para>
@name:
@width:
@height:
@Returns:

View file

@ -88,8 +88,10 @@ gimpregioniterator
</para>
@drawable:
@run_mode:
@unused:
@Returns:
<!-- # Unused Parameters # -->
@run_mode:
<!-- ##### FUNCTION gimp_rgn_iterator_free ##### -->
@ -136,9 +138,11 @@ gimpregioniterator
</para>
@drawable:
@run_mode:
@unused:
@func:
@data:
<!-- # Unused Parameters # -->
@run_mode:
<!-- ##### FUNCTION gimp_rgn_iterate2 ##### -->
@ -147,8 +151,10 @@ gimpregioniterator
</para>
@drawable:
@run_mode:
@unused:
@func:
@data:
<!-- # Unused Parameters # -->
@run_mode: