reflect the current set of libgimp files and functions.
2002-03-13 Michael Natterer <mitch@gimp.org> * libgimp/libgimp-sections.txt: reflect the current set of libgimp files and functions. * libgimp/tmpl/gimpcompat.sgml * libgimp/tmpl/gimppalettes.sgml: new files. * libgimp/tmpl/gimpbrushes.sgml * libgimp/tmpl/gimpcolorselector.sgml * libgimp/tmpl/gimpenums.sgml * libgimp/tmpl/gimpgimprc.sgml * libgimp/tmpl/gimpgradients.sgml * libgimp/tmpl/gimpimage.sgml * libgimp/tmpl/gimppatterns.sgml: regenerated.
This commit is contained in:
committed by
Michael Natterer
parent
4fc885d4f0
commit
c8fa869459
@ -29,8 +29,6 @@ gimp_destroy_params
|
||||
gimp_destroy_paramdefs
|
||||
gimp_gamma
|
||||
gimp_install_cmap
|
||||
gimp_use_xshm
|
||||
gimp_color_cube
|
||||
gimp_min_colors
|
||||
gimp_get_progname
|
||||
set_gimp_PLUG_IN_INFO_PTR
|
||||
@ -72,12 +70,21 @@ GimpMessageHandlerType
|
||||
GimpOrientationType
|
||||
GimpPaintApplicationMode
|
||||
GimpRepeatMode
|
||||
GimpRunModeType
|
||||
GimpRunMode
|
||||
GimpSizeType
|
||||
GimpStackTraceMode
|
||||
GimpTransferMode
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcompat</FILE>
|
||||
GimpRunModeType
|
||||
gimp_use_xshm
|
||||
gimp_color_cube
|
||||
gimp_crop
|
||||
gimp_gradients_get_active
|
||||
gimp_gradients_set_active
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpui</FILE>
|
||||
@ -94,8 +101,10 @@ GimpColorSelectorSetChannelFunc
|
||||
GimpColorSelectorMethods
|
||||
GimpColorSelectorID
|
||||
GimpColorSelectorChannelType
|
||||
gimp_color_selector_register
|
||||
GimpColorSelectorFinishedCB
|
||||
GIMP_COLOR_SELECTOR_SIZE
|
||||
GIMP_COLOR_SELECTOR_BAR_SIZE
|
||||
gimp_color_selector_register
|
||||
gimp_color_selector_unregister
|
||||
</SECTION>
|
||||
|
||||
@ -134,10 +143,20 @@ gimp_export_image
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpbrushes</FILE>
|
||||
gimp_brushes_refresh
|
||||
gimp_brushes_get_list
|
||||
gimp_brushes_get_brush
|
||||
gimp_brushes_set_brush
|
||||
gimp_brushes_get_opacity
|
||||
gimp_brushes_set_opacity
|
||||
gimp_brushes_get_paint_mode
|
||||
gimp_brushes_set_paint_mode
|
||||
gimp_brushes_get_spacing
|
||||
gimp_brushes_set_spacing
|
||||
gimp_brushes_get_brush_data
|
||||
gimp_brushes_popup
|
||||
gimp_brushes_close_popup
|
||||
gimp_brushes_set_popup
|
||||
gimp_brushes_get_brush_data
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -267,14 +286,16 @@ gimp_floating_sel_relax
|
||||
<FILE>gimpgimprc</FILE>
|
||||
gimp_gimprc_query
|
||||
gimp_gimprc_set
|
||||
gimp_get_default_comment
|
||||
gimp_get_monitor_resolution
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpgradients</FILE>
|
||||
gimp_gradients_refresh
|
||||
gimp_gradients_get_list
|
||||
gimp_gradients_get_active
|
||||
gimp_gradients_set_active
|
||||
gimp_gradients_get_gradient
|
||||
gimp_gradients_set_gradient
|
||||
gimp_gradients_sample_uniform
|
||||
gimp_gradients_sample_custom
|
||||
gimp_gradients_get_gradient_data
|
||||
@ -304,6 +325,7 @@ gimp_image_list
|
||||
gimp_image_new
|
||||
gimp_image_resize
|
||||
gimp_image_scale
|
||||
gimp_image_crop
|
||||
gimp_image_delete
|
||||
gimp_image_free_shadow
|
||||
gimp_image_get_layers
|
||||
@ -430,7 +452,18 @@ gimp_palette_set_foreground
|
||||
gimp_palette_set_background
|
||||
gimp_palette_set_default_colors
|
||||
gimp_palette_swap_colors
|
||||
gimp_palette_refresh
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimppalettes</FILE>
|
||||
gimp_palettes_refresh
|
||||
gimp_palettes_get_list
|
||||
gimp_palettes_get_palette
|
||||
gimp_palettes_set_palette
|
||||
gimp_palettes_get_palette_entry
|
||||
gimp_palettes_popup
|
||||
gimp_palettes_close_popup
|
||||
gimp_palettes_set_popup
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -452,6 +485,10 @@ gimp_path_set_tattoo
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimppatterns</FILE>
|
||||
gimp_patterns_refresh
|
||||
gimp_patterns_get_list
|
||||
gimp_patterns_get_pattern
|
||||
gimp_patterns_set_pattern
|
||||
gimp_patterns_get_pattern_data
|
||||
gimp_patterns_popup
|
||||
gimp_patterns_close_popup
|
||||
@ -552,7 +589,6 @@ gimp_clone_default
|
||||
gimp_color_picker
|
||||
gimp_convolve
|
||||
gimp_convolve_default
|
||||
gimp_crop
|
||||
gimp_dodgeburn
|
||||
gimp_dodgeburn_default
|
||||
gimp_ellipse_select
|
||||
|
||||
@ -14,6 +14,114 @@ gimpbrushes
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_brushes_refresh ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brushes_get_list ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@num_brushes:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brushes_get_brush ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@width:
|
||||
@height:
|
||||
@spacing:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brushes_set_brush ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brushes_get_opacity ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brushes_set_opacity ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@opacity:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brushes_get_paint_mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brushes_set_paint_mode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@paint_mode:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brushes_get_spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brushes_set_spacing ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@spacing:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brushes_get_brush_data ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@opacity:
|
||||
@spacing:
|
||||
@paint_mode:
|
||||
@width:
|
||||
@height:
|
||||
@length:
|
||||
@mask_data:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@brush_name:
|
||||
@mask_data_size:
|
||||
@pname:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brushes_popup ##### -->
|
||||
<para>
|
||||
|
||||
@ -50,23 +158,3 @@ gimpbrushes
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_brushes_get_brush_data ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@opacity:
|
||||
@spacing:
|
||||
@paint_mode:
|
||||
@width:
|
||||
@height:
|
||||
@length:
|
||||
@mask_data:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@brush_name:
|
||||
@mask_data_size:
|
||||
@pname:
|
||||
|
||||
|
||||
|
||||
@ -100,6 +100,30 @@ color selector module.
|
||||
@GIMP_COLOR_SELECTOR_BLUE:
|
||||
@GIMP_COLOR_SELECTOR_ALPHA:
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpColorSelectorFinishedCB ##### -->
|
||||
<para>
|
||||
A function of this type will be called once all instances of a color
|
||||
selector have finished after the selector module called
|
||||
gimp_color_selector_unregister().
|
||||
</para>
|
||||
|
||||
@finished_data: The @finished_data as specified in gimp_color_selector_register().
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_COLOR_SELECTOR_SIZE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GIMP_COLOR_SELECTOR_BAR_SIZE ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_selector_register ##### -->
|
||||
<para>
|
||||
Register a color selector. Returns an identifier for the color
|
||||
@ -114,16 +138,6 @@ this call.
|
||||
@Returns: The #GimpColorSelectorID of the new color selector.
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GimpColorSelectorFinishedCB ##### -->
|
||||
<para>
|
||||
A function of this type will be called once all instances of a color
|
||||
selector have finished after the selector module called
|
||||
gimp_color_selector_unregister().
|
||||
</para>
|
||||
|
||||
@finished_data: The @finished_data as specified in gimp_color_selector_register().
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_selector_unregister ##### -->
|
||||
<para>
|
||||
Remove the selector @id from active service. New instances of the
|
||||
|
||||
66
devel-docs/libgimp/tmpl/gimpcompat.sgml
Normal file
66
devel-docs/libgimp/tmpl/gimpcompat.sgml
Normal file
@ -0,0 +1,66 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimpcompat
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### MACRO GimpRunModeType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- # Unused Parameters # -->
|
||||
@GIMP_RUN_INTERACTIVE:
|
||||
@GIMP_RUN_NONINTERACTIVE:
|
||||
@GIMP_RUN_WITH_LAST_VALS:
|
||||
|
||||
|
||||
<!-- ##### MACRO gimp_use_xshm ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO gimp_color_cube ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO gimp_crop ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO gimp_gradients_get_active ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO gimp_gradients_set_active ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@name:
|
||||
|
||||
|
||||
@ -296,17 +296,15 @@ Enums and definitions.
|
||||
@GIMP_REPEAT_SAWTOOTH:
|
||||
@GIMP_REPEAT_TRIANGULAR:
|
||||
|
||||
<!-- ##### MACRO GimpRunModeType ##### -->
|
||||
<!-- ##### ENUM GimpRunMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- # Unused Parameters # -->
|
||||
@GIMP_RUN_INTERACTIVE:
|
||||
@GIMP_RUN_NONINTERACTIVE:
|
||||
@GIMP_RUN_WITH_LAST_VALS:
|
||||
|
||||
|
||||
<!-- ##### ENUM GimpSizeType ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -33,6 +33,14 @@ gimpgimprc
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_get_default_comment ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_get_monitor_resolution ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -14,6 +14,14 @@ gimpgradients
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_gradients_refresh ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_gradients_get_list ##### -->
|
||||
<para>
|
||||
|
||||
@ -23,7 +31,7 @@ gimpgradients
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_gradients_get_active ##### -->
|
||||
<!-- ##### FUNCTION gimp_gradients_get_gradient ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@ -31,7 +39,7 @@ gimpgradients
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_gradients_set_active ##### -->
|
||||
<!-- ##### FUNCTION gimp_gradients_set_gradient ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@ -61,6 +61,19 @@ gimpimage
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_crop ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image_ID:
|
||||
@new_width:
|
||||
@new_height:
|
||||
@offx:
|
||||
@offy:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_image_delete ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
93
devel-docs/libgimp/tmpl/gimppalettes.sgml
Normal file
93
devel-docs/libgimp/tmpl/gimppalettes.sgml
Normal file
@ -0,0 +1,93 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
gimppalettes
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_palettes_refresh ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palettes_get_list ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@num_palettes:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palettes_get_palette ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@num_colors:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palettes_set_palette ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palettes_get_palette_entry ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@entry_num:
|
||||
@num_colors:
|
||||
@color:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palettes_popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@palette_callback:
|
||||
@popup_title:
|
||||
@initial_palette:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palettes_close_popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@palette_callback:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_palettes_set_popup ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@palette_callback:
|
||||
@palette_name:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -14,6 +14,42 @@ gimppatterns
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gimp_patterns_refresh ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_patterns_get_list ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@num_patterns:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_patterns_get_pattern ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@width:
|
||||
@height:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_patterns_set_pattern ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@name:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_patterns_get_pattern_data ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user