From c78e4c8d631fbe05f0ecbb4e01792fc48b9fa417 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 7 Jul 2010 11:48:10 +0200 Subject: [PATCH] libgimp: move docs from template files to inline comments Also split up the "tools" docs into separate files so it matches the new autogenerated PDB section headers. --- devel-docs/libgimp/.gitignore | 1 + devel-docs/libgimp/libgimp-docs.sgml | 4 +- devel-docs/libgimp/libgimp-sections.txt | 30 +- devel-docs/libgimp/tmpl/.gitignore | 2 - devel-docs/libgimp/tmpl/gimp.sgml | 466 ---------- .../libgimp/tmpl/gimpaspectpreview.sgml | 40 - devel-docs/libgimp/tmpl/gimpbrush.sgml | 238 ----- devel-docs/libgimp/tmpl/gimpbrushes.sgml | 124 --- devel-docs/libgimp/tmpl/gimpbrushmenu.sgml | 54 -- devel-docs/libgimp/tmpl/gimpbrushselect.sgml | 94 -- .../libgimp/tmpl/gimpbrushselectbutton.sgml | 102 --- devel-docs/libgimp/tmpl/gimpbuffer.sgml | 84 -- devel-docs/libgimp/tmpl/gimpchannel.sgml | 124 --- devel-docs/libgimp/tmpl/gimpcolor.sgml | 204 ----- devel-docs/libgimp/tmpl/gimpcontext.sgml | 233 ----- devel-docs/libgimp/tmpl/gimpconvert.sgml | 65 -- devel-docs/libgimp/tmpl/gimpdisplay.sgml | 74 -- devel-docs/libgimp/tmpl/gimpdrawable.sgml | 552 ----------- .../libgimp/tmpl/gimpdrawablepreview.sgml | 58 -- .../libgimp/tmpl/gimpdrawabletransform.sgml | 297 ------ devel-docs/libgimp/tmpl/gimpedit.sgml | 193 ---- devel-docs/libgimp/tmpl/gimpenums.sgml | 232 ----- devel-docs/libgimp/tmpl/gimpexport.sgml | 86 -- devel-docs/libgimp/tmpl/gimpfileops.sgml | 140 --- devel-docs/libgimp/tmpl/gimpfloatingsel.sgml | 77 -- devel-docs/libgimp/tmpl/gimpfontmenu.sgml | 48 - devel-docs/libgimp/tmpl/gimpfonts.sgml | 37 - devel-docs/libgimp/tmpl/gimpfontselect.sgml | 79 -- .../libgimp/tmpl/gimpfontselectbutton.sgml | 72 -- devel-docs/libgimp/tmpl/gimpgimprc.sgml | 89 -- devel-docs/libgimp/tmpl/gimpgradient.sgml | 367 -------- devel-docs/libgimp/tmpl/gimpgradientmenu.sgml | 48 - devel-docs/libgimp/tmpl/gimpgradients.sgml | 89 -- .../libgimp/tmpl/gimpgradientselect.sgml | 83 -- .../tmpl/gimpgradientselectbutton.sgml | 74 -- devel-docs/libgimp/tmpl/gimpgrid.sgml | 122 --- devel-docs/libgimp/tmpl/gimpguides.sgml | 80 -- devel-docs/libgimp/tmpl/gimphelp.sgml | 30 - devel-docs/libgimp/tmpl/gimpimage.sgml | 859 ------------------ .../libgimp/tmpl/gimpimagecombobox.sgml | 45 - devel-docs/libgimp/tmpl/gimpitemcombobox.sgml | 106 --- devel-docs/libgimp/tmpl/gimplayer.sgml | 342 ------- devel-docs/libgimp/tmpl/gimpmenu.sgml | 87 -- devel-docs/libgimp/tmpl/gimpmessage.sgml | 46 - devel-docs/libgimp/tmpl/gimppalette.sgml | 222 ----- devel-docs/libgimp/tmpl/gimppalettemenu.sgml | 48 - devel-docs/libgimp/tmpl/gimppalettes.sgml | 67 -- .../libgimp/tmpl/gimppaletteselect.sgml | 79 -- .../libgimp/tmpl/gimppaletteselectbutton.sgml | 72 -- devel-docs/libgimp/tmpl/gimppaths.sgml | 184 ---- devel-docs/libgimp/tmpl/gimppattern.sgml | 45 - devel-docs/libgimp/tmpl/gimppatternmenu.sgml | 48 - devel-docs/libgimp/tmpl/gimppatterns.sgml | 71 -- .../libgimp/tmpl/gimppatternselect.sgml | 83 -- .../libgimp/tmpl/gimppatternselectbutton.sgml | 76 -- devel-docs/libgimp/tmpl/gimppixbuf.sgml | 83 -- devel-docs/libgimp/tmpl/gimppixelfetcher.sgml | 98 -- devel-docs/libgimp/tmpl/gimppixelrgn.sgml | 190 ---- devel-docs/libgimp/tmpl/gimpplugin.sgml | 88 -- .../libgimp/tmpl/gimpprocbrowserdialog.sgml | 61 -- devel-docs/libgimp/tmpl/gimpproceduraldb.sgml | 138 --- devel-docs/libgimp/tmpl/gimpprocview.sgml | 39 - devel-docs/libgimp/tmpl/gimpprogress.sgml | 187 ---- devel-docs/libgimp/tmpl/gimpprogressbar.sgml | 34 - .../libgimp/tmpl/gimpregioniterator.sgml | 155 ---- devel-docs/libgimp/tmpl/gimpselectbutton.sgml | 33 - devel-docs/libgimp/tmpl/gimpselection.sgml | 199 ---- devel-docs/libgimp/tmpl/gimptextlayer.sgml | 314 ------- devel-docs/libgimp/tmpl/gimptexttool.sgml | 102 --- devel-docs/libgimp/tmpl/gimptile.sgml | 84 -- devel-docs/libgimp/tmpl/gimptools.sgml | 466 ---------- devel-docs/libgimp/tmpl/gimpui.sgml | 68 -- devel-docs/libgimp/tmpl/gimpundo.sgml | 83 -- devel-docs/libgimp/tmpl/gimpunit.sgml | 134 --- devel-docs/libgimp/tmpl/gimpvectors.sgml | 492 ---------- devel-docs/libgimp/tmpl/gimpzoompreview.sgml | 93 -- libgimp/gimp.c | 14 +- libgimp/gimp.h | 27 +- libgimp/gimpaspectpreview.c | 11 + libgimp/gimpbrushmenu.c | 11 +- libgimp/gimpbrushselectbutton.c | 9 + libgimp/gimpdrawablepreview.c | 9 + libgimp/gimpenums.h | 9 + libgimp/gimpexport.c | 20 + libgimp/gimpfontmenu.c | 11 +- libgimp/gimpfontselectbutton.c | 9 + libgimp/gimpgradientmenu.c | 11 +- libgimp/gimpgradientselectbutton.c | 9 + libgimp/gimpimagecombobox.c | 17 +- libgimp/gimpitemcombobox.c | 10 + libgimp/gimpmenu.c | 58 +- libgimp/gimppalettemenu.c | 11 +- libgimp/gimppaletteselectbutton.c | 9 + libgimp/gimppatternmenu.c | 9 + libgimp/gimppatternselectbutton.c | 9 + libgimp/gimppixbuf.c | 9 + libgimp/gimppixelfetcher.c | 15 +- libgimp/gimppixelrgn.c | 10 + libgimp/gimpprocbrowserdialog.c | 9 + libgimp/gimpprocview.c | 10 + libgimp/gimpprogress.c | 8 +- libgimp/gimpprogressbar.c | 10 + libgimp/gimpregioniterator.c | 11 + libgimp/gimpselectbutton.c | 10 + libgimp/gimptile.c | 9 + libgimp/gimpui.c | 16 + libgimp/gimpzoompreview.c | 14 + 107 files changed, 375 insertions(+), 10442 deletions(-) delete mode 100644 devel-docs/libgimp/tmpl/.gitignore delete mode 100644 devel-docs/libgimp/tmpl/gimp.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpaspectpreview.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpbrush.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpbrushes.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpbrushmenu.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpbrushselect.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpbrushselectbutton.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpbuffer.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpchannel.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpcolor.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpcontext.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpconvert.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpdisplay.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpdrawable.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpdrawablepreview.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpdrawabletransform.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpedit.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpenums.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpexport.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpfileops.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpfloatingsel.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpfontmenu.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpfonts.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpfontselect.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpfontselectbutton.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpgimprc.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpgradient.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpgradientmenu.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpgradients.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpgradientselect.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpgradientselectbutton.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpgrid.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpguides.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimphelp.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpimage.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpimagecombobox.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpitemcombobox.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimplayer.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpmenu.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpmessage.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimppalette.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimppalettemenu.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimppalettes.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimppaletteselect.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimppaletteselectbutton.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimppaths.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimppattern.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimppatternmenu.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimppatterns.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimppatternselect.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimppatternselectbutton.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimppixbuf.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimppixelfetcher.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimppixelrgn.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpplugin.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpprocbrowserdialog.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpproceduraldb.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpprocview.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpprogress.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpprogressbar.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpregioniterator.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpselectbutton.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpselection.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimptextlayer.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimptexttool.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimptile.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimptools.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpui.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpundo.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpunit.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpvectors.sgml delete mode 100644 devel-docs/libgimp/tmpl/gimpzoompreview.sgml diff --git a/devel-docs/libgimp/.gitignore b/devel-docs/libgimp/.gitignore index 09cb3e05c5..3cac9928f7 100644 --- a/devel-docs/libgimp/.gitignore +++ b/devel-docs/libgimp/.gitignore @@ -12,6 +12,7 @@ /libgimp-undeclared.txt /libgimp-undocumented.txt /html +/tmpl /xml /version /.libs diff --git a/devel-docs/libgimp/libgimp-docs.sgml b/devel-docs/libgimp/libgimp-docs.sgml index 51801e3cc4..955205ca47 100644 --- a/devel-docs/libgimp/libgimp-docs.sgml +++ b/devel-docs/libgimp/libgimp-docs.sgml @@ -59,7 +59,9 @@ - + + + diff --git a/devel-docs/libgimp/libgimp-sections.txt b/devel-docs/libgimp/libgimp-sections.txt index fe9c223920..f15f164769 100644 --- a/devel-docs/libgimp/libgimp-sections.txt +++ b/devel-docs/libgimp/libgimp-sections.txt @@ -846,6 +846,7 @@ gimp_selection_combine gimp_text_layer_new gimp_text_layer_get_text gimp_text_layer_set_text +gimp_text_layer_get_markup gimp_text_layer_get_font gimp_text_layer_set_font gimp_text_layer_get_font_size @@ -895,11 +896,9 @@ gimp_tile_cache_ntiles
-gimptools +gimppainttools gimp_airbrush gimp_airbrush_default -gimp_by_color_select -gimp_by_color_select_full gimp_clone gimp_clone_default gimp_convolve @@ -907,26 +906,37 @@ 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_heal gimp_heal_default gimp_paintbrush gimp_paintbrush_default gimp_pencil gimp_perspective +gimp_smudge +gimp_smudge_default +
+ +
+gimpselectiontools +gimp_by_color_select +gimp_by_color_select_full +gimp_ellipse_select +gimp_free_select +gimp_fuzzy_select +gimp_fuzzy_select_full gimp_rect_select gimp_round_rect_select +
+ +
+gimptransformtools +gimp_flip +gimp_perspective gimp_rotate gimp_scale gimp_shear -gimp_smudge -gimp_smudge_default gimp_transform_2d
diff --git a/devel-docs/libgimp/tmpl/.gitignore b/devel-docs/libgimp/tmpl/.gitignore deleted file mode 100644 index 5d7754c91d..0000000000 --- a/devel-docs/libgimp/tmpl/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/libgimp-unused.sgml -/*.bak diff --git a/devel-docs/libgimp/tmpl/gimp.sgml b/devel-docs/libgimp/tmpl/gimp.sgml deleted file mode 100644 index e46a7e31c0..0000000000 --- a/devel-docs/libgimp/tmpl/gimp.sgml +++ /dev/null @@ -1,466 +0,0 @@ - -gimp - - -Main functions needed for building a GIMP plug-in. This header includes -all other GIMP Library headers. - - - -Main functions needed for building a GIMP plug-in. This header includes -all other GIMP Library headers. - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - - - - - - - - -@Returns: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@name: -@n_params: -@param: -@n_return_vals: -@return_vals: - - - - - - - -@init_proc: -@quit_proc: -@query_proc: -@run_proc: - - - - - - -@type: -@name: -@description: - - - - - - -@x: -@y: -@width: -@height: - - - - - - - - - - - - -@type: -@data: - - - - - - - - - - - - - -@info: -@argc: -@argv: -@Returns: - - - - - - - - - - - - - - -@name: -@blurb: -@help: -@author: -@copyright: -@date: -@menu_label: -@image_types: -@type: -@n_params: -@n_return_vals: -@params: -@return_vals: - - - - - - - -@name: -@blurb: -@help: -@author: -@copyright: -@date: -@menu_label: -@image_types: -@type: -@n_params: -@n_return_vals: -@params: -@return_vals: -@run_proc: - - - - - - - -@name: - - - - - - - -@name: -@n_return_vals: -@Varargs: -@Returns: - - - - - - - -@name: -@n_return_vals: -@n_params: -@params: -@Returns: - - - - - - - -@params: -@n_params: - - - - - - - -@paramdefs: -@n_params: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - - - - - - - - - - - - - - - -@timeout: - - - - - - - -@name: -@Returns: - - - - - - - -@num_parasites: -@parasites: -@Returns: - - - - - - - -@parasite: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@flags: -@size: -@data: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpaspectpreview.sgml b/devel-docs/libgimp/tmpl/gimpaspectpreview.sgml deleted file mode 100644 index d01bb78c92..0000000000 --- a/devel-docs/libgimp/tmpl/gimpaspectpreview.sgml +++ /dev/null @@ -1,40 +0,0 @@ - -GimpAspectPreview - - -A widget providing a preview with fixed aspect ratio. - - - -A widget providing a preview with fixed aspect ratio. - - - - - - - - - - - - - - - - - - - - - - - - - - -@drawable: -@toggle: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpbrush.sgml b/devel-docs/libgimp/tmpl/gimpbrush.sgml deleted file mode 100644 index 44d827db46..0000000000 --- a/devel-docs/libgimp/tmpl/gimpbrush.sgml +++ /dev/null @@ -1,238 +0,0 @@ - -gimpbrush - - -Functions operating on a single brush. - - - -Functions operating on a single brush. - - - - - - - - - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@new_name: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@width: -@height: -@mask_bpp: -@color_bpp: -@Returns: - - - - - - - -@name: -@width: -@height: -@mask_bpp: -@num_mask_bytes: -@mask_bytes: -@color_bpp: -@num_color_bytes: -@color_bytes: -@Returns: - - - - - - - -@name: -@spacing: -@Returns: - - - - - - - -@name: -@spacing: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@shape_in: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@spikes_in: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@angle_in: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@radius_in: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@aspect_ratio_in: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@hardness_in: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpbrushes.sgml b/devel-docs/libgimp/tmpl/gimpbrushes.sgml deleted file mode 100644 index b0c1e2ab82..0000000000 --- a/devel-docs/libgimp/tmpl/gimpbrushes.sgml +++ /dev/null @@ -1,124 +0,0 @@ - -gimpbrushes - - -Functions for manipulating brushes. - - - -Functions related to getting and setting brushes. - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@filter: -@num_brushes: -@Returns: - - - - - - - -@width: -@height: -@spacing: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@Returns: - - - - - - - -@opacity: -@Returns: - - - - - - - -@Returns: - - - - - - - -@paint_mode: -@Returns: - - - - - - - -@Returns: - - - - - - - -@spacing: -@Returns: - - - - - - - -@name: -@opacity: -@spacing: -@paint_mode: -@width: -@height: -@length: -@mask_data: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpbrushmenu.sgml b/devel-docs/libgimp/tmpl/gimpbrushmenu.sgml deleted file mode 100644 index 950a827ad6..0000000000 --- a/devel-docs/libgimp/tmpl/gimpbrushmenu.sgml +++ /dev/null @@ -1,54 +0,0 @@ - -gimpbrushmenu - - -A widget for selecting brushes. - - - -A widget for selecting brushes. - - - - - - - - - - - - - - - -@title: -@brush_name: -@opacity: -@spacing: -@paint_mode: -@callback: -@data: -@Returns: - - - - - - - -@widget: - - - - - - - -@widget: -@brush_name: -@opacity: -@spacing: -@paint_mode: - - diff --git a/devel-docs/libgimp/tmpl/gimpbrushselect.sgml b/devel-docs/libgimp/tmpl/gimpbrushselect.sgml deleted file mode 100644 index 4bf04a15c0..0000000000 --- a/devel-docs/libgimp/tmpl/gimpbrushselect.sgml +++ /dev/null @@ -1,94 +0,0 @@ - -gimpbrushselect - - -Functions providing a brush selection dialog. - - - -Functions providing a brush selection dialog. - - - - - - - - - - - - - - - -@brush_name: -@opacity: -@spacing: -@paint_mode: -@width: -@height: -@mask_data: -@dialog_closing: -@user_data: - - - - - - - -@title: -@brush_name: -@opacity: -@spacing: -@paint_mode: -@callback: -@data: -@Returns: - - - - - - - -@brush_callback: - - - - - - - -@brush_callback: -@popup_title: -@initial_brush: -@opacity: -@spacing: -@paint_mode: -@Returns: - - - - - - - -@brush_callback: -@Returns: - - - - - - - -@brush_callback: -@brush_name: -@opacity: -@spacing: -@paint_mode: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpbrushselectbutton.sgml b/devel-docs/libgimp/tmpl/gimpbrushselectbutton.sgml deleted file mode 100644 index 2a3897d186..0000000000 --- a/devel-docs/libgimp/tmpl/gimpbrushselectbutton.sgml +++ /dev/null @@ -1,102 +0,0 @@ - -GimpBrushSelectButton - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@gimpbrushselectbutton: the object which received the signal. -@arg1: -@arg2: -@arg3: -@arg4: -@arg5: -@arg6: -@arg7: -@arg8: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@title: -@brush_name: -@opacity: -@spacing: -@paint_mode: -@Returns: - - - - - - - -@button: -@opacity: -@spacing: -@paint_mode: -@Returns: - - - - - - - -@button: -@brush_name: -@opacity: -@spacing: -@paint_mode: - - diff --git a/devel-docs/libgimp/tmpl/gimpbuffer.sgml b/devel-docs/libgimp/tmpl/gimpbuffer.sgml deleted file mode 100644 index 555ae4abcf..0000000000 --- a/devel-docs/libgimp/tmpl/gimpbuffer.sgml +++ /dev/null @@ -1,84 +0,0 @@ - -gimpbuffer - - - - - - - - - - - - - - - - - - - - - - -@filter: -@num_buffers: -@Returns: - - - - - - - -@buffer_name: -@new_name: -@Returns: - - - - - - - -@buffer_name: -@Returns: - - - - - - - -@buffer_name: -@Returns: - - - - - - - -@buffer_name: -@Returns: - - - - - - - -@buffer_name: -@Returns: - - - - - - - -@buffer_name: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpchannel.sgml b/devel-docs/libgimp/tmpl/gimpchannel.sgml deleted file mode 100644 index 21bc9ec5e3..0000000000 --- a/devel-docs/libgimp/tmpl/gimpchannel.sgml +++ /dev/null @@ -1,124 +0,0 @@ - -gimpchannel - - -Functions for manipulating channels. - - - -Functions for manipulating channels. - - - - - - - - - - - - - - - -@image_ID: -@name: -@width: -@height: -@opacity: -@color: -@Returns: - - - - - - - -@image_ID: -@component: -@name: -@Returns: - - - - - - - -@channel_ID: -@Returns: - - - - - - - -@channel_ID: -@Returns: - - - - - - - -@channel_ID: -@show_masked: -@Returns: - - - - - - - -@channel_ID: -@Returns: - - - - - - - -@channel_ID: -@opacity: -@Returns: - - - - - - - -@channel_ID: -@color: -@Returns: - - - - - - - -@channel_ID: -@color: -@Returns: - - - - - - - -@channel1_ID: -@channel2_ID: -@operation: -@offx: -@offy: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpcolor.sgml b/devel-docs/libgimp/tmpl/gimpcolor.sgml deleted file mode 100644 index 69378309f2..0000000000 --- a/devel-docs/libgimp/tmpl/gimpcolor.sgml +++ /dev/null @@ -1,204 +0,0 @@ - -gimpcolor - - -Functions for manipulating color. - - - -Functions for manipulating color, including curves and histograms. - - - - - - - - - - - - - - - - -@drawable_ID: -@brightness: -@contrast: -@Returns: - - - - - - - -@drawable_ID: -@channel: -@low_input: -@high_input: -@gamma: -@low_output: -@high_output: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@levels: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@desaturate_mode: -@Returns: - - - - - - - -@drawable_ID: -@mask_only: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@channel: -@num_points: -@control_pts: -@Returns: - - - - - - - -@drawable_ID: -@channel: -@num_bytes: -@curve: -@Returns: - - - - - - - -@drawable_ID: -@transfer_mode: -@preserve_lum: -@cyan_red: -@magenta_green: -@yellow_blue: -@Returns: - - - - - - - -@drawable_ID: -@hue: -@saturation: -@lightness: -@Returns: - - - - - - - -@drawable_ID: -@channel: -@start_range: -@end_range: -@mean: -@std_dev: -@median: -@pixels: -@count: -@percentile: -@Returns: - - - - - - - -@drawable_ID: -@hue_range: -@hue_offset: -@lightness: -@saturation: -@Returns: - - - - - - - -@drawable_ID: -@low_threshold: -@high_threshold: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpcontext.sgml b/devel-docs/libgimp/tmpl/gimpcontext.sgml deleted file mode 100644 index 0144e0461c..0000000000 --- a/devel-docs/libgimp/tmpl/gimpcontext.sgml +++ /dev/null @@ -1,233 +0,0 @@ - -gimpcontext - - -Functions to manipulate a plug-in's context. - - - -Functions to manipulate a plug-in's context. - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@foreground: -@Returns: - - - - - - - -@foreground: -@Returns: - - - - - - - -@background: -@Returns: - - - - - - - -@background: -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@opacity: -@Returns: - - - - - - - -@Returns: - - - - - - - -@paint_mode: -@Returns: - - - - - - - -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@num_paint_methods: -@paint_methods: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpconvert.sgml b/devel-docs/libgimp/tmpl/gimpconvert.sgml deleted file mode 100644 index 1147f6ed2e..0000000000 --- a/devel-docs/libgimp/tmpl/gimpconvert.sgml +++ /dev/null @@ -1,65 +0,0 @@ - -gimpconvert - - -Conversions between RGB, indexed, and grayscale modes. - - - -Conversions between RGB, indexed, and grayscale modes. - - - - - - - - - - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@dither_type: -@palette_type: -@num_cols: -@alpha_dither: -@remove_unused: -@palette: -@Returns: - - - - - - - -@width: -@height: -@matrix_length: -@matrix: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpdisplay.sgml b/devel-docs/libgimp/tmpl/gimpdisplay.sgml deleted file mode 100644 index fd2a5fa122..0000000000 --- a/devel-docs/libgimp/tmpl/gimpdisplay.sgml +++ /dev/null @@ -1,74 +0,0 @@ - -gimpdisplay - - -Functions to create, delete and flush new displays (views) on an image. - - - -Functions to create, delete and flush new displays (views) on an image. - - - - - - - - - - - - - - - - -@image_ID: -@Returns: - - - - - - - -@display_ID: -@Returns: - - - - - - - -@display_ID: -@Returns: - - - - - - - -@display_ID: -@Returns: - - - - - - - -@Returns: - - - - - - - -@old_image_ID: -@new_image_ID: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpdrawable.sgml b/devel-docs/libgimp/tmpl/gimpdrawable.sgml deleted file mode 100644 index 8f3eafca98..0000000000 --- a/devel-docs/libgimp/tmpl/gimpdrawable.sgml +++ /dev/null @@ -1,552 +0,0 @@ - -gimpdrawable - - -Functions to manipulate drawables. - - - -Functions to manipulate drawables. - - - - - - - - - - - - - - - - -@drawable_id: -@width: -@height: -@bpp: -@ntile_rows: -@ntile_cols: -@tiles: -@shadow_tiles: - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable: - - - - - - - -@drawable: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@name: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@visible: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@linked: -@Returns: - - - - - - - -@drawable_ID: -@lock_content: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@tattoo: -@Returns: - - - - - - - -@drawable_ID: -@x_coord: -@y_coord: -@num_channels: -@Returns: - - - - - - - -@drawable_ID: -@x_coord: -@y_coord: -@num_channels: -@pixel: -@Returns: - - - - - - - -@drawable: -@shadow: -@row: -@col: -@Returns: - - - - - - - -@drawable: -@shadow: -@x: -@y: -@Returns: - - - - - - - -@drawable_ID: -@width: -@height: -@bpp: -@Returns: - - - - - - - -@drawable_ID: -@src_x: -@src_y: -@src_width: -@src_height: -@dest_width: -@dest_height: -@bpp: -@Returns: - - - - - - - -@drawable_ID: -@color: -@color_uchar: - - - - - - - -@drawable_ID: -@undo: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@fill_type: -@Returns: - - - - - - - -@drawable_ID: -@x: -@y: -@width: -@height: -@Returns: - - - - - - - -@drawable_ID: -@x1: -@y1: -@x2: -@y2: -@Returns: - - - - - - - -@drawable_ID: -@x: -@y: -@width: -@height: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@image_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@offset_x: -@offset_y: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@wrap_around: -@fill_type: -@offset_x: -@offset_y: -@Returns: - - - - - - - -@drawable_ID: -@mode: -@mask_ID: -@Returns: - - - - - - - -@drawable_ID: -@name: -@Returns: - - - - - - - -@drawable_ID: -@num_parasites: -@parasites: -@Returns: - - - - - - - -@drawable_ID: -@parasite: -@Returns: - - - - - - - -@drawable_ID: -@name: -@Returns: - - - - - - - -@drawable_ID: -@name: -@flags: -@size: -@data: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpdrawablepreview.sgml b/devel-docs/libgimp/tmpl/gimpdrawablepreview.sgml deleted file mode 100644 index ddb2cb7ae1..0000000000 --- a/devel-docs/libgimp/tmpl/gimpdrawablepreview.sgml +++ /dev/null @@ -1,58 +0,0 @@ - -GimpDrawablePreview - - -A widget providing a preview of a #GimpDrawable. - - - -A widget providing a preview of a #GimpDrawable. - - - - - - - - - - - - - - - - - - - - - - - - - - -@drawable: -@toggle: -@Returns: - - - - - - - -@preview: -@Returns: - - - - - - - -@preview: -@region: - - diff --git a/devel-docs/libgimp/tmpl/gimpdrawabletransform.sgml b/devel-docs/libgimp/tmpl/gimpdrawabletransform.sgml deleted file mode 100644 index 9a7594d610..0000000000 --- a/devel-docs/libgimp/tmpl/gimpdrawabletransform.sgml +++ /dev/null @@ -1,297 +0,0 @@ - -gimpdrawabletransform - - - - - - - - - - - - - - - - - - - - - - -@drawable_ID: -@flip_type: -@auto_center: -@axis: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@x0: -@y0: -@x1: -@y1: -@transform_direction: -@interpolation: -@supersample: -@recursion_level: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@x0: -@y0: -@x1: -@y1: -@interpolate: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@x0: -@y0: -@x1: -@y1: -@x2: -@y2: -@x3: -@y3: -@transform_direction: -@interpolation: -@supersample: -@recursion_level: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@x0: -@y0: -@x1: -@y1: -@x2: -@y2: -@x3: -@y3: -@interpolate: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@rotate_type: -@auto_center: -@center_x: -@center_y: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@angle: -@auto_center: -@center_x: -@center_y: -@transform_direction: -@interpolation: -@supersample: -@recursion_level: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@angle: -@auto_center: -@center_x: -@center_y: -@interpolate: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@x0: -@y0: -@x1: -@y1: -@transform_direction: -@interpolation: -@supersample: -@recursion_level: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@x0: -@y0: -@x1: -@y1: -@interpolate: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@shear_type: -@magnitude: -@transform_direction: -@interpolation: -@supersample: -@recursion_level: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@shear_type: -@magnitude: -@interpolate: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@source_x: -@source_y: -@scale_x: -@scale_y: -@angle: -@dest_x: -@dest_y: -@transform_direction: -@interpolation: -@supersample: -@recursion_level: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@source_x: -@source_y: -@scale_x: -@scale_y: -@angle: -@dest_x: -@dest_y: -@interpolate: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@coeff_0_0: -@coeff_0_1: -@coeff_0_2: -@coeff_1_0: -@coeff_1_1: -@coeff_1_2: -@coeff_2_0: -@coeff_2_1: -@coeff_2_2: -@transform_direction: -@interpolation: -@supersample: -@recursion_level: -@clip_result: -@Returns: - - - - - - - -@drawable_ID: -@coeff_0_0: -@coeff_0_1: -@coeff_0_2: -@coeff_1_0: -@coeff_1_1: -@coeff_1_2: -@coeff_2_0: -@coeff_2_1: -@coeff_2_2: -@interpolate: -@clip_result: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpedit.sgml b/devel-docs/libgimp/tmpl/gimpedit.sgml deleted file mode 100644 index a7c25f5239..0000000000 --- a/devel-docs/libgimp/tmpl/gimpedit.sgml +++ /dev/null @@ -1,193 +0,0 @@ - -gimpedit - - -Edit menu functions (cut, copy, paste, clear, etc.) - - - -Edit menu functions (cut, copy, paste, clear, etc.) - - - - - - - - - - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@drawable_ID: -@paste_into: -@Returns: - - - - - - - -@Returns: - - - - - - - -@drawable_ID: -@buffer_name: -@Returns: - - - - - - - -@drawable_ID: -@buffer_name: -@Returns: - - - - - - - -@image_ID: -@buffer_name: -@Returns: - - - - - - - -@drawable_ID: -@buffer_name: -@paste_into: -@Returns: - - - - - - - -@buffer_name: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@fill_type: -@Returns: - - - - - - - -@drawable_ID: -@fill_mode: -@paint_mode: -@opacity: -@threshold: -@sample_merged: -@x: -@y: -@Returns: - - - - - - - -@drawable_ID: -@blend_mode: -@paint_mode: -@gradient_type: -@opacity: -@offset: -@repeat: -@reverse: -@supersample: -@max_depth: -@threshold: -@dither: -@x1: -@y1: -@x2: -@y2: -@Returns: - - - - - - - -@drawable_ID: -@Returns: - - - - - - - -@drawable_ID: -@vectors_ID: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpenums.sgml b/devel-docs/libgimp/tmpl/gimpenums.sgml deleted file mode 100644 index 172a75db39..0000000000 --- a/devel-docs/libgimp/tmpl/gimpenums.sgml +++ /dev/null @@ -1,232 +0,0 @@ - -gimpenums - - -Enums and definitions. - - - -Enums and definitions. - - - - - - - - - - - - - - - - - - - - - - - -@GIMP_BRUSH_HARD: -@GIMP_BRUSH_SOFT: - - - - - - -@GIMP_BRUSH_GENERATED_CIRCLE: -@GIMP_BRUSH_GENERATED_SQUARE: -@GIMP_BRUSH_GENERATED_DIAMOND: - - - - - - -@GIMP_NO_DITHER: -@GIMP_FS_DITHER: -@GIMP_FSLOWBLEED_DITHER: -@GIMP_FIXED_DITHER: - - - - - - -@GIMP_MAKE_PALETTE: -@GIMP_REUSE_PALETTE: -@GIMP_WEB_PALETTE: -@GIMP_MONO_PALETTE: -@GIMP_CUSTOM_PALETTE: - - - - - - -@GIMP_NORMAL_CONVOL: -@GIMP_ABSOLUTE_CONVOL: -@GIMP_NEGATIVE_CONVOL: - - - - - - -@GIMP_BLUR_CONVOLVE: -@GIMP_SHARPEN_CONVOLVE: - - - - - - -@GIMP_FOREGROUND_FILL: -@GIMP_BACKGROUND_FILL: -@GIMP_WHITE_FILL: -@GIMP_TRANSPARENT_FILL: -@GIMP_PATTERN_FILL: - - - - - - -@GIMP_GRADIENT_SEGMENT_RGB: -@GIMP_GRADIENT_SEGMENT_HSV_CCW: -@GIMP_GRADIENT_SEGMENT_HSV_CW: - - - - - - -@GIMP_GRADIENT_SEGMENT_LINEAR: -@GIMP_GRADIENT_SEGMENT_CURVED: -@GIMP_GRADIENT_SEGMENT_SINE: -@GIMP_GRADIENT_SEGMENT_SPHERE_INCREASING: -@GIMP_GRADIENT_SEGMENT_SPHERE_DECREASING: - - - - - - -@GIMP_HISTOGRAM_VALUE: -@GIMP_HISTOGRAM_RED: -@GIMP_HISTOGRAM_GREEN: -@GIMP_HISTOGRAM_BLUE: -@GIMP_HISTOGRAM_ALPHA: - - - - - - -@GIMP_ALL_HUES: -@GIMP_RED_HUES: -@GIMP_YELLOW_HUES: -@GIMP_GREEN_HUES: -@GIMP_CYAN_HUES: -@GIMP_BLUE_HUES: -@GIMP_MAGENTA_HUES: - - - - - - -@GIMP_NORMAL_MODE: -@GIMP_DISSOLVE_MODE: -@GIMP_BEHIND_MODE: -@GIMP_MULTIPLY_MODE: -@GIMP_SCREEN_MODE: -@GIMP_OVERLAY_MODE: -@GIMP_DIFFERENCE_MODE: -@GIMP_ADDITION_MODE: -@GIMP_SUBTRACT_MODE: -@GIMP_DARKEN_ONLY_MODE: -@GIMP_LIGHTEN_ONLY_MODE: -@GIMP_HUE_MODE: -@GIMP_SATURATION_MODE: -@GIMP_COLOR_MODE: -@GIMP_VALUE_MODE: -@GIMP_DIVIDE_MODE: -@GIMP_DODGE_MODE: -@GIMP_BURN_MODE: -@GIMP_HARDLIGHT_MODE: -@GIMP_SOFTLIGHT_MODE: -@GIMP_GRAIN_EXTRACT_MODE: -@GIMP_GRAIN_MERGE_MODE: -@GIMP_COLOR_ERASE_MODE: - - - - - - -@GIMP_MASK_APPLY: -@GIMP_MASK_DISCARD: - - - - - - -@GIMP_EXPAND_AS_NECESSARY: -@GIMP_CLIP_TO_IMAGE: -@GIMP_CLIP_TO_BOTTOM_LAYER: -@GIMP_FLATTEN_IMAGE: - - - - - - -@GIMP_OFFSET_BACKGROUND: -@GIMP_OFFSET_TRANSPARENT: - - - - - - -@GIMP_ORIENTATION_HORIZONTAL: -@GIMP_ORIENTATION_VERTICAL: -@GIMP_ORIENTATION_UNKNOWN: - - - - - - -@GIMP_ROTATE_90: -@GIMP_ROTATE_180: -@GIMP_ROTATE_270: - - - - - - -@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: - - - - - - -@n_type_names: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpexport.sgml b/devel-docs/libgimp/tmpl/gimpexport.sgml deleted file mode 100644 index e24a560753..0000000000 --- a/devel-docs/libgimp/tmpl/gimpexport.sgml +++ /dev/null @@ -1,86 +0,0 @@ - -gimpexport - - -Export an image before it is saved. - - - -This function should be called by all save_plugins unless they are -able to save all image formats GIMP knows about. It takes care -of asking the user if she wishes to export the image to a format the -save_plugin can handle. It then performs the necessary conversions -(e.g. Flatten) on a copy of the image so that the image can be saved -without changing the original image. - -The capabilities of the save_plugin are specified by combining -#GimpExportCapabilities using a bitwise OR. - -Make sure you have initialized GTK+ before you call this function -as it will most probably have to open a dialog. - - - - - - - - - - - - - - - -@GIMP_EXPORT_CAN_HANDLE_RGB: -@GIMP_EXPORT_CAN_HANDLE_GRAY: -@GIMP_EXPORT_CAN_HANDLE_INDEXED: -@GIMP_EXPORT_CAN_HANDLE_BITMAP: -@GIMP_EXPORT_CAN_HANDLE_ALPHA: -@GIMP_EXPORT_CAN_HANDLE_LAYERS: -@GIMP_EXPORT_CAN_HANDLE_LAYERS_AS_ANIMATION: -@GIMP_EXPORT_CAN_HANDLE_LAYER_MASKS: -@GIMP_EXPORT_NEEDS_ALPHA: - - - - - - -@GIMP_EXPORT_CANCEL: -@GIMP_EXPORT_IGNORE: -@GIMP_EXPORT_EXPORT: - - - - - - -@image_ID: -@drawable_ID: -@format_name: -@capabilities: -@Returns: - - - - - - - -@format_name: -@role: -@help_id: -@Returns: - - - - - - - -@dialog: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpfileops.sgml b/devel-docs/libgimp/tmpl/gimpfileops.sgml deleted file mode 100644 index 9da175fb96..0000000000 --- a/devel-docs/libgimp/tmpl/gimpfileops.sgml +++ /dev/null @@ -1,140 +0,0 @@ - -gimpfileops - - -File operations (load, save, etc.) - - - -File operations (load, save, etc.) - - - - - - - - - - - - - - - - -@extension: -@Returns: - - - - - - - -@run_mode: -@filename: -@raw_filename: -@Returns: - - - - - - - -@run_mode: -@image_ID: -@filename: -@Returns: - - - - - - - -@run_mode: -@image_ID: -@filename: -@num_layers: -@Returns: - - - - - - - -@run_mode: -@image_ID: -@drawable_ID: -@filename: -@raw_filename: -@Returns: - - - - - - - -@image_ID: -@filename: -@Returns: - - - - - - - -@procedure_name: -@extensions: -@prefixes: -@magics: -@Returns: - - - - - - - -@procedure_name: -@extensions: -@prefixes: -@Returns: - - - - - - - -@procedure_name: -@extensions: -@prefixes: -@Returns: - - - - - - - -@procedure_name: -@mime_type: -@Returns: - - - - - - - -@load_proc: -@thumb_proc: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpfloatingsel.sgml b/devel-docs/libgimp/tmpl/gimpfloatingsel.sgml deleted file mode 100644 index 0101b56142..0000000000 --- a/devel-docs/libgimp/tmpl/gimpfloatingsel.sgml +++ /dev/null @@ -1,77 +0,0 @@ - -gimpfloatingsel - - -Functions for removing or attaching floating selections. - - - -Functions for removing or attaching floating selections. - - - - - - - - - - - - - - - - -@floating_sel_ID: -@Returns: - - - - - - - -@floating_sel_ID: -@Returns: - - - - - - - -@floating_sel_ID: -@Returns: - - - - - - - -@layer_ID: -@drawable_ID: -@Returns: - - - - - - - -@floating_sel_ID: -@undo: -@Returns: - - - - - - - -@floating_sel_ID: -@undo: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpfontmenu.sgml b/devel-docs/libgimp/tmpl/gimpfontmenu.sgml deleted file mode 100644 index fd0e26ab4d..0000000000 --- a/devel-docs/libgimp/tmpl/gimpfontmenu.sgml +++ /dev/null @@ -1,48 +0,0 @@ - -gimpfontmenu - - -A widget for selecting fonts. - - - -A widget for selecting fonts. - - - - - - - - - - - - - - - -@title: -@font_name: -@callback: -@data: -@Returns: - - - - - - - -@widget: - - - - - - - -@widget: -@font_name: - - diff --git a/devel-docs/libgimp/tmpl/gimpfonts.sgml b/devel-docs/libgimp/tmpl/gimpfonts.sgml deleted file mode 100644 index 3a5f488560..0000000000 --- a/devel-docs/libgimp/tmpl/gimpfonts.sgml +++ /dev/null @@ -1,37 +0,0 @@ - -gimpfonts - - -Operations related to fonts. - - - - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@filter: -@num_fonts: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpfontselect.sgml b/devel-docs/libgimp/tmpl/gimpfontselect.sgml deleted file mode 100644 index 6d273a5234..0000000000 --- a/devel-docs/libgimp/tmpl/gimpfontselect.sgml +++ /dev/null @@ -1,79 +0,0 @@ - -gimpfontselect - - -Functions providing a font selection dialog. - - - -Functions providing a font selection dialog. - - - - - - - - - - - - - - - -@font_name: -@dialog_closing: -@user_data: - - - - - - - -@title: -@font_name: -@callback: -@data: -@Returns: - - - - - - - -@font_callback: - - - - - - - -@font_callback: -@popup_title: -@initial_font: -@Returns: - - - - - - - -@font_callback: -@Returns: - - - - - - - -@font_callback: -@font_name: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpfontselectbutton.sgml b/devel-docs/libgimp/tmpl/gimpfontselectbutton.sgml deleted file mode 100644 index 13ab0547ce..0000000000 --- a/devel-docs/libgimp/tmpl/gimpfontselectbutton.sgml +++ /dev/null @@ -1,72 +0,0 @@ - -GimpFontSelectButton - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@gimpfontselectbutton: the object which received the signal. -@arg1: -@arg2: - - - - - - - - - - - - - - - - -@title: -@font_name: -@Returns: - - - - - - - -@button: -@Returns: - - - - - - - -@button: -@font_name: - - diff --git a/devel-docs/libgimp/tmpl/gimpgimprc.sgml b/devel-docs/libgimp/tmpl/gimpgimprc.sgml deleted file mode 100644 index c461b993d8..0000000000 --- a/devel-docs/libgimp/tmpl/gimpgimprc.sgml +++ /dev/null @@ -1,89 +0,0 @@ - -gimpgimprc - - -Interactions with settings from .gimprc. - - - -Interactions with settings from .gimprc. - - - - - - - - - - - - - - - - -@token: -@Returns: - - - - - - - -@token: -@value: -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@xres: -@yres: -@Returns: - - - - - - - -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpgradient.sgml b/devel-docs/libgimp/tmpl/gimpgradient.sgml deleted file mode 100644 index f708546b15..0000000000 --- a/devel-docs/libgimp/tmpl/gimpgradient.sgml +++ /dev/null @@ -1,367 +0,0 @@ - -gimpgradient - - -Functions operating on a single gradient. - - - -Functions operating on a single gradient. - - - - - - - - - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@new_name: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@num_samples: -@reverse: -@num_color_samples: -@color_samples: -@Returns: - - - - - - - -@name: -@num_samples: -@positions: -@reverse: -@num_color_samples: -@color_samples: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@segment: -@color: -@opacity: -@Returns: - - - - - - - -@name: -@segment: -@color: -@opacity: -@Returns: - - - - - - - -@name: -@segment: -@color: -@opacity: -@Returns: - - - - - - - -@name: -@segment: -@color: -@opacity: -@Returns: - - - - - - - -@name: -@segment: -@pos: -@Returns: - - - - - - - -@name: -@segment: -@pos: -@final_pos: -@Returns: - - - - - - - -@name: -@segment: -@pos: -@Returns: - - - - - - - -@name: -@segment: -@pos: -@final_pos: -@Returns: - - - - - - - -@name: -@segment: -@pos: -@Returns: - - - - - - - -@name: -@segment: -@pos: -@final_pos: -@Returns: - - - - - - - -@name: -@segment: -@blend_func: -@Returns: - - - - - - - -@name: -@segment: -@coloring_type: -@Returns: - - - - - - - -@name: -@start_segment: -@end_segment: -@blending_function: -@Returns: - - - - - - - -@name: -@start_segment: -@end_segment: -@coloring_type: -@Returns: - - - - - - - -@name: -@start_segment: -@end_segment: -@Returns: - - - - - - - -@name: -@start_segment: -@end_segment: -@replicate_times: -@Returns: - - - - - - - -@name: -@start_segment: -@end_segment: -@Returns: - - - - - - - -@name: -@start_segment: -@end_segment: -@split_parts: -@Returns: - - - - - - - -@name: -@start_segment: -@end_segment: -@Returns: - - - - - - - -@name: -@start_segment: -@end_segment: -@Returns: - - - - - - - -@name: -@start_segment: -@end_segment: -@Returns: - - - - - - - -@name: -@start_segment: -@end_segment: -@Returns: - - - - - - - -@name: -@start_segment: -@end_segment: -@delta: -@control_compress: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpgradientmenu.sgml b/devel-docs/libgimp/tmpl/gimpgradientmenu.sgml deleted file mode 100644 index e8d911c9a1..0000000000 --- a/devel-docs/libgimp/tmpl/gimpgradientmenu.sgml +++ /dev/null @@ -1,48 +0,0 @@ - -gimpgradientmenu - - -A widget for selecting gradients. - - - -A widget for selecting gradients. - - - - - - - - - - - - - - - -@title: -@gradient_name: -@callback: -@data: -@Returns: - - - - - - - -@widget: - - - - - - - -@widget: -@gradient_name: - - diff --git a/devel-docs/libgimp/tmpl/gimpgradients.sgml b/devel-docs/libgimp/tmpl/gimpgradients.sgml deleted file mode 100644 index fd884a6c4d..0000000000 --- a/devel-docs/libgimp/tmpl/gimpgradients.sgml +++ /dev/null @@ -1,89 +0,0 @@ - -gimpgradients - - -Operations related to gradients. - - - -Operations related to gradients. - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@filter: -@num_gradients: -@Returns: - - - - - - - -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@num_samples: -@reverse: -@Returns: - - - - - - - -@num_samples: -@positions: -@reverse: -@Returns: - - - - - - - -@name: -@sample_size: -@reverse: -@width: -@grad_data: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpgradientselect.sgml b/devel-docs/libgimp/tmpl/gimpgradientselect.sgml deleted file mode 100644 index 6404da1873..0000000000 --- a/devel-docs/libgimp/tmpl/gimpgradientselect.sgml +++ /dev/null @@ -1,83 +0,0 @@ - -gimpgradientselect - - -Functions providing a gradient selection dialog. - - - -Functions providing a gradient selection dialog. - - - - - - - - - - - - - - - -@gradient_name: -@width: -@grad_data: -@dialog_closing: -@user_data: - - - - - - - -@title: -@gradient_name: -@sample_size: -@callback: -@data: -@Returns: - - - - - - - -@gradient_callback: - - - - - - - -@gradient_callback: -@popup_title: -@initial_gradient: -@sample_size: -@Returns: - - - - - - - -@gradient_callback: -@Returns: - - - - - - - -@gradient_callback: -@gradient_name: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpgradientselectbutton.sgml b/devel-docs/libgimp/tmpl/gimpgradientselectbutton.sgml deleted file mode 100644 index 44a3b5391d..0000000000 --- a/devel-docs/libgimp/tmpl/gimpgradientselectbutton.sgml +++ /dev/null @@ -1,74 +0,0 @@ - -GimpGradientSelectButton - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@gimpgradientselectbutton: the object which received the signal. -@arg1: -@arg2: -@arg3: -@arg4: - - - - - - - - - - - - - - - - -@title: -@gradient_name: -@Returns: - - - - - - - -@button: -@Returns: - - - - - - - -@button: -@gradient_name: - - diff --git a/devel-docs/libgimp/tmpl/gimpgrid.sgml b/devel-docs/libgimp/tmpl/gimpgrid.sgml deleted file mode 100644 index 3f79765251..0000000000 --- a/devel-docs/libgimp/tmpl/gimpgrid.sgml +++ /dev/null @@ -1,122 +0,0 @@ - -gimpgrid - - - - - - - - - - - - - - - - - - - - - - -@image_ID: -@xspacing: -@yspacing: -@Returns: - - - - - - - -@image_ID: -@xspacing: -@yspacing: -@Returns: - - - - - - - -@image_ID: -@xoffset: -@yoffset: -@Returns: - - - - - - - -@image_ID: -@xoffset: -@yoffset: -@Returns: - - - - - - - -@image_ID: -@fgcolor: -@Returns: - - - - - - - -@image_ID: -@fgcolor: -@Returns: - - - - - - - -@image_ID: -@bgcolor: -@Returns: - - - - - - - -@image_ID: -@bgcolor: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@style: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpguides.sgml b/devel-docs/libgimp/tmpl/gimpguides.sgml deleted file mode 100644 index ee094303ef..0000000000 --- a/devel-docs/libgimp/tmpl/gimpguides.sgml +++ /dev/null @@ -1,80 +0,0 @@ - -gimpguides - - -Functions for manipulating guides. - - - -Functions for manipulating guides. - - - - - - - - - - - - - - - - -@image_ID: -@yposition: -@Returns: - - - - - - - -@image_ID: -@xposition: -@Returns: - - - - - - - -@image_ID: -@guide_ID: -@Returns: - - - - - - - -@image_ID: -@guide_ID: -@Returns: - - - - - - - -@image_ID: -@guide_ID: -@Returns: - - - - - - - -@image_ID: -@guide_ID: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimphelp.sgml b/devel-docs/libgimp/tmpl/gimphelp.sgml deleted file mode 100644 index 7d085d4ca8..0000000000 --- a/devel-docs/libgimp/tmpl/gimphelp.sgml +++ /dev/null @@ -1,30 +0,0 @@ - -gimphelp - - -Loading help pages using gimp_help. - - - -Loading help pages using gimp_help. - - - - - - - - - - - - - - - - -@help_domain: -@help_id: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpimage.sgml b/devel-docs/libgimp/tmpl/gimpimage.sgml deleted file mode 100644 index 10d3c2f7d1..0000000000 --- a/devel-docs/libgimp/tmpl/gimpimage.sgml +++ /dev/null @@ -1,859 +0,0 @@ - -gimpimage - - -Operations on complete images. - - - -Operations on complete images: creation, resizing/rescaling, -and operations involving multiple layers. - - - - - - - - - - - - - - - - -@num_images: -@Returns: - - - - - - - -@width: -@height: -@type: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@flip_type: -@Returns: - - - - - - - -@image_ID: -@rotate_type: -@Returns: - - - - - - - -@image_ID: -@new_width: -@new_height: -@offx: -@offy: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@new_width: -@new_height: -@Returns: - - - - - - - -@image_ID: -@new_width: -@new_height: -@interpolation: -@Returns: - - - - - - - -@image_ID: -@new_width: -@new_height: -@offx: -@offy: -@Returns: - - - - - - - -@image_ID: -@num_layers: -@Returns: - - - - - - - -@image_ID: -@num_channels: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@drawable_ID: -@x: -@y: -@sample_merged: -@sample_average: -@average_radius: -@color: -@Returns: - - - - - - - -@image_ID: -@x: -@y: -@Returns: - - - - - - - -@image_ID: -@layer_ID: -@position: -@Returns: - - - - - - - -@image_ID: -@layer_ID: -@Returns: - - - - - - - -@image_ID: -@layer_ID: -@Returns: - - - - - - - -@image_ID: -@layer_ID: -@Returns: - - - - - - - -@image_ID: -@layer_ID: -@Returns: - - - - - - - -@image_ID: -@layer_ID: -@Returns: - - - - - - - -@image_ID: -@layer_ID: -@Returns: - - - - - - - -@image_ID: -@channel_ID: -@position: -@Returns: - - - - - - - -@image_ID: -@channel_ID: -@Returns: - - - - - - - -@image_ID: -@channel_ID: -@Returns: - - - - - - - -@image_ID: -@channel_ID: -@Returns: - - - - - - - -@image_ID: -@channel_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@merge_type: -@Returns: - - - - - - - -@image_ID: -@merge_layer_ID: -@merge_type: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@active_layer_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@active_channel_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@component: -@Returns: - - - - - - - -@image_ID: -@component: -@active: -@Returns: - - - - - - - -@image_ID: -@component: -@Returns: - - - - - - - -@image_ID: -@component: -@visible: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@filename: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@xresolution: -@yresolution: -@Returns: - - - - - - - -@image_ID: -@xresolution: -@yresolution: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@unit: -@Returns: - - - - - - - -@image_ID: -@tattoo_state: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@tattoo: -@Returns: - - - - - - - -@image_ID: -@tattoo: -@Returns: - - - - - - - -@image_ID: -@num_colors: -@Returns: - - - - - - - -@image_ID: -@cmap: -@num_colors: -@Returns: - - - - - - - -@image_ID: -@num_colors: -@Returns: - - - - - - - -@image_ID: -@colormap: -@num_colors: -@Returns: - - - - - - - -@image_ID: -@num_vectors: -@Returns: - - - - - - - -@image_ID: -@tattoo: -@Returns: - - - - - - - -@image_ID: -@width: -@height: -@bpp: -@Returns: - - - - - - - -@image_ID: -@name: -@Returns: - - - - - - - -@image_ID: -@num_parasites: -@parasites: -@Returns: - - - - - - - -@image_ID: -@parasite: -@Returns: - - - - - - - -@image_ID: -@name: -@Returns: - - - - - - - -@image_ID: -@name: -@flags: -@size: -@data: -@Returns: - - - - - - - -@image_ID: -@vectors_ID: -@position: -@Returns: - - - - - - - -@image_ID: -@vectors_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@active_vectors_ID: -@Returns: - - - - - - - -@image_ID: -@vectors_ID: -@Returns: - - - - - - - -@image_ID: -@vectors_ID: -@Returns: - - - - - - - -@image_ID: -@vectors_ID: -@Returns: - - - - - - - -@image_ID: -@vectors_ID: -@Returns: - - - - - - - -@image_ID: -@vectors_ID: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpimagecombobox.sgml b/devel-docs/libgimp/tmpl/gimpimagecombobox.sgml deleted file mode 100644 index 10b2c29303..0000000000 --- a/devel-docs/libgimp/tmpl/gimpimagecombobox.sgml +++ /dev/null @@ -1,45 +0,0 @@ - -gimpimagecombobox - - -A widget providing a popup menu of images. - - - -A widget providing a popup menu of images. - - - - - - - - - - - - - - - - - - - - - -@image_id: -@data: -@Returns: - - - - - - - -@constraint: -@data: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpitemcombobox.sgml b/devel-docs/libgimp/tmpl/gimpitemcombobox.sgml deleted file mode 100644 index d606c6cf63..0000000000 --- a/devel-docs/libgimp/tmpl/gimpitemcombobox.sgml +++ /dev/null @@ -1,106 +0,0 @@ - -GimpItemComboBox - - - - - - - - - - - - - - - - - - - - - - -@image_id: -@item_id: -@data: -@Returns: - - - - - - - - - - - - - - - - - - - -@constraint: -@data: -@Returns: - - - - - - - - - - - - - -@constraint: -@data: -@Returns: - - - - - - - - - - - - - -@constraint: -@data: -@Returns: - - - - - - - - - - - - - - - - - - - -@constraint: -@data: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimplayer.sgml b/devel-docs/libgimp/tmpl/gimplayer.sgml deleted file mode 100644 index 29d1f5dc1b..0000000000 --- a/devel-docs/libgimp/tmpl/gimplayer.sgml +++ /dev/null @@ -1,342 +0,0 @@ - -gimplayer - - -Operations on a single layer. - - - -Operations on a single layer. - - - - - - - - - - - - - - - - -@image_ID: -@name: -@width: -@height: -@type: -@opacity: -@mode: -@Returns: - - - - - - - -@drawable_ID: -@dest_image_ID: -@Returns: - - - - - - - -@image_ID: -@dest_image_ID: -@name: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@new_width: -@new_height: -@local_origin: -@Returns: - - - - - - - -@layer_ID: -@new_width: -@new_height: -@local_origin: -@interpolation: -@Returns: - - - - - - - -@layer_ID: -@new_width: -@new_height: -@offx: -@offy: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@offx: -@offy: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@offx: -@offy: -@Returns: - - - - - - - -@layer_ID: -@mask_type: -@Returns: - - - - - - - -@mask_ID: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@mask_ID: -@Returns: - - - - - - - -@layer_ID: -@mode: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@lock_alpha: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@preserve_trans: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@apply_mask: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@show_mask: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@edit_mask: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@opacity: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@mode: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpmenu.sgml b/devel-docs/libgimp/tmpl/gimpmenu.sgml deleted file mode 100644 index 594b79f7c7..0000000000 --- a/devel-docs/libgimp/tmpl/gimpmenu.sgml +++ /dev/null @@ -1,87 +0,0 @@ - -gimpmenu - - -Menus for selecting images, layers, channels and drawables - - - - - - - - - - - - - - - - - - - -@image_id: -@drawable_id: -@data: -@Returns: - - - - - - - -@any_id: -@data: - - - - - - - -@constraint: -@callback: -@data: -@active_image: -@Returns: - - - - - - - -@constraint: -@callback: -@data: -@active_layer: -@Returns: - - - - - - - -@constraint: -@callback: -@data: -@active_channel: -@Returns: - - - - - - - -@constraint: -@callback: -@data: -@active_drawable: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpmessage.sgml b/devel-docs/libgimp/tmpl/gimpmessage.sgml deleted file mode 100644 index 9e42b180cb..0000000000 --- a/devel-docs/libgimp/tmpl/gimpmessage.sgml +++ /dev/null @@ -1,46 +0,0 @@ - -gimpmessage - - -Display a dialog box with a message. - - - -Display a dialog box with a message. - - - - - - - - - - - - - - - - -@message: -@Returns: - - - - - - - -@Returns: - - - - - - - -@handler: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimppalette.sgml b/devel-docs/libgimp/tmpl/gimppalette.sgml deleted file mode 100644 index 7323f4b9c0..0000000000 --- a/devel-docs/libgimp/tmpl/gimppalette.sgml +++ /dev/null @@ -1,222 +0,0 @@ - -gimppalette - - -Functions operating on a single palette. - - - -Functions operating on a single palette. - - - - - - - - - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@new_name: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@num_colors: -@Returns: - - - - - - - -@name: -@num_colors: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@columns: -@Returns: - - - - - - - -@name: -@entry_name: -@color: -@entry_num: -@Returns: - - - - - - - -@name: -@entry_num: -@Returns: - - - - - - - -@name: -@entry_num: -@color: -@Returns: - - - - - - - -@name: -@entry_num: -@color: -@Returns: - - - - - - - -@name: -@entry_num: -@entry_name: -@Returns: - - - - - - - -@name: -@entry_num: -@entry_name: -@Returns: - - - - - - - -@foreground: -@Returns: - - - - - - - -@background: -@Returns: - - - - - - - -@foreground: -@Returns: - - - - - - - -@background: -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@name: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimppalettemenu.sgml b/devel-docs/libgimp/tmpl/gimppalettemenu.sgml deleted file mode 100644 index cf9d883ed5..0000000000 --- a/devel-docs/libgimp/tmpl/gimppalettemenu.sgml +++ /dev/null @@ -1,48 +0,0 @@ - -gimppalettemenu - - -A widget for selecting palettes. - - - -A widget for selecting palettes. - - - - - - - - - - - - - - - -@title: -@palette_name: -@callback: -@data: -@Returns: - - - - - - - -@widget: - - - - - - - -@widget: -@palette_name: - - diff --git a/devel-docs/libgimp/tmpl/gimppalettes.sgml b/devel-docs/libgimp/tmpl/gimppalettes.sgml deleted file mode 100644 index 6701d473b7..0000000000 --- a/devel-docs/libgimp/tmpl/gimppalettes.sgml +++ /dev/null @@ -1,67 +0,0 @@ - -gimppalettes - - -Operations related to palettes. - - - -Operations related to palettes. - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@filter: -@num_palettes: -@Returns: - - - - - - - -@num_colors: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@entry_num: -@num_colors: -@color: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimppaletteselect.sgml b/devel-docs/libgimp/tmpl/gimppaletteselect.sgml deleted file mode 100644 index 3eb9bf0429..0000000000 --- a/devel-docs/libgimp/tmpl/gimppaletteselect.sgml +++ /dev/null @@ -1,79 +0,0 @@ - -gimppaletteselect - - -Functions providing a palette selection dialog. - - - -Functions providing a palette selection dialog. - - - - - - - - - - - - - - - -@palette_name: -@dialog_closing: -@user_data: - - - - - - - -@title: -@palette_name: -@callback: -@data: -@Returns: - - - - - - - -@palette_callback: - - - - - - - -@palette_callback: -@popup_title: -@initial_palette: -@Returns: - - - - - - - -@palette_callback: -@Returns: - - - - - - - -@palette_callback: -@palette_name: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimppaletteselectbutton.sgml b/devel-docs/libgimp/tmpl/gimppaletteselectbutton.sgml deleted file mode 100644 index ae2d08cb08..0000000000 --- a/devel-docs/libgimp/tmpl/gimppaletteselectbutton.sgml +++ /dev/null @@ -1,72 +0,0 @@ - -GimpPaletteSelectButton - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@gimppaletteselectbutton: the object which received the signal. -@arg1: -@arg2: - - - - - - - - - - - - - - - - -@title: -@palette_name: -@Returns: - - - - - - - -@button: -@Returns: - - - - - - - -@button: -@palette_name: - - diff --git a/devel-docs/libgimp/tmpl/gimppaths.sgml b/devel-docs/libgimp/tmpl/gimppaths.sgml deleted file mode 100644 index 5d93adf19b..0000000000 --- a/devel-docs/libgimp/tmpl/gimppaths.sgml +++ /dev/null @@ -1,184 +0,0 @@ - -gimppaths - - -Operations related to paths. - - - -Operations related to paths. - - - - - - - - - - - - - - - -@image_ID: -@num_paths: -@Returns: - - - - - - - -@image_ID: -@name: -@path_closed: -@num_path_point_details: -@points_pairs: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@name: -@Returns: - - - - - - - -@image_ID: -@name: -@ptype: -@num_path_points: -@points_pairs: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@distance: -@y_point: -@slope: -@Returns: - - - - - - - -@image_ID: -@name: -@Returns: - - - - - - - -@image_ID: -@tattoo: -@Returns: - - - - - - - -@image_ID: -@name: -@Returns: - - - - - - - -@image_ID: -@name: -@Returns: - - - - - - - -@image_ID: -@name: -@locked: -@Returns: - - - - - - - -@image_ID: -@name: -@tattovalue: -@Returns: - - - - - - - -@image_ID: -@name: -@op: -@antialias: -@feather: -@feather_radius_x: -@feather_radius_y: -@Returns: - - - - - - - -@image_ID: -@filename: -@merge: -@scale: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimppattern.sgml b/devel-docs/libgimp/tmpl/gimppattern.sgml deleted file mode 100644 index dd29496db1..0000000000 --- a/devel-docs/libgimp/tmpl/gimppattern.sgml +++ /dev/null @@ -1,45 +0,0 @@ - -gimppattern - - -Functions operating on a single pattern. - - - -Functions operating on a single pattern. - - - - - - - - - - - - - - - -@name: -@width: -@height: -@bpp: -@Returns: - - - - - - - -@name: -@width: -@height: -@bpp: -@num_color_bytes: -@color_bytes: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimppatternmenu.sgml b/devel-docs/libgimp/tmpl/gimppatternmenu.sgml deleted file mode 100644 index 0a6d45b14f..0000000000 --- a/devel-docs/libgimp/tmpl/gimppatternmenu.sgml +++ /dev/null @@ -1,48 +0,0 @@ - -gimppatternmenu - - -A widget for selecting patterns. - - - -A widget for selecting patterns. - - - - - - - - - - - - - - - -@title: -@pattern_name: -@callback: -@data: -@Returns: - - - - - - - -@widget: - - - - - - - -@widget: -@pattern_name: - - diff --git a/devel-docs/libgimp/tmpl/gimppatterns.sgml b/devel-docs/libgimp/tmpl/gimppatterns.sgml deleted file mode 100644 index e654a823bf..0000000000 --- a/devel-docs/libgimp/tmpl/gimppatterns.sgml +++ /dev/null @@ -1,71 +0,0 @@ - -gimppatterns - - -Functions relating to patterns. - - - -Functions relating to patterns. - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@filter: -@num_patterns: -@Returns: - - - - - - - -@width: -@height: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@name: -@width: -@height: -@mask_bpp: -@length: -@mask_data: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimppatternselect.sgml b/devel-docs/libgimp/tmpl/gimppatternselect.sgml deleted file mode 100644 index 75669c8775..0000000000 --- a/devel-docs/libgimp/tmpl/gimppatternselect.sgml +++ /dev/null @@ -1,83 +0,0 @@ - -gimppatternselect - - -Functions providing a pattern selection dialog. - - - -Functions providing a pattern selection dialog. - - - - - - - - - - - - - - - -@pattern_name: -@width: -@height: -@bpp: -@mask_data: -@dialog_closing: -@user_data: - - - - - - - -@title: -@pattern_name: -@callback: -@data: -@Returns: - - - - - - - -@pattern_callback: - - - - - - - -@pattern_callback: -@popup_title: -@initial_pattern: -@Returns: - - - - - - - -@pattern_callback: -@Returns: - - - - - - - -@pattern_callback: -@pattern_name: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimppatternselectbutton.sgml b/devel-docs/libgimp/tmpl/gimppatternselectbutton.sgml deleted file mode 100644 index 92dfa575c2..0000000000 --- a/devel-docs/libgimp/tmpl/gimppatternselectbutton.sgml +++ /dev/null @@ -1,76 +0,0 @@ - -GimpPatternSelectButton - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@gimppatternselectbutton: the object which received the signal. -@arg1: -@arg2: -@arg3: -@arg4: -@arg5: -@arg6: - - - - - - - - - - - - - - - - -@title: -@pattern_name: -@Returns: - - - - - - - -@button: -@Returns: - - - - - - - -@button: -@pattern_name: - - diff --git a/devel-docs/libgimp/tmpl/gimppixbuf.sgml b/devel-docs/libgimp/tmpl/gimppixbuf.sgml deleted file mode 100644 index 7b675c960b..0000000000 --- a/devel-docs/libgimp/tmpl/gimppixbuf.sgml +++ /dev/null @@ -1,83 +0,0 @@ - -gimppixbuf - - -Get a thumbnail pixbuf for a drawable or image. - - - -Get a thumbnail pixbuf for a drawable or image. - - - - - - - - - - - - - - - -@GIMP_PIXBUF_KEEP_ALPHA: -@GIMP_PIXBUF_SMALL_CHECKS: -@GIMP_PIXBUF_LARGE_CHECKS: - - - - - - -@image_ID: -@width: -@height: -@alpha: -@Returns: - - - - - - - -@drawable_ID: -@width: -@height: -@alpha: -@Returns: - - - - - - - -@drawable_ID: -@src_x: -@src_y: -@src_width: -@src_height: -@dest_width: -@dest_height: -@alpha: -@Returns: - - - - - - - -@image_ID: -@name: -@pixbuf: -@opacity: -@mode: -@progress_start: -@progress_end: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimppixelfetcher.sgml b/devel-docs/libgimp/tmpl/gimppixelfetcher.sgml deleted file mode 100644 index 41f7ecdd18..0000000000 --- a/devel-docs/libgimp/tmpl/gimppixelfetcher.sgml +++ /dev/null @@ -1,98 +0,0 @@ - -gimppixelfetcher - - -Functions for operating on pixel regions. - - - -These functions provide neighbourhood-based algorithms which get -dramatically slower on region boundaries, to the point where a special -treatment for neighbourhoods which are completely inside a tile is -called for. It hides the special treatment of tile borders, making -plug-in code more readable and shorter. - - - - - - - - - - - - - - - -@GIMP_PIXEL_FETCHER_EDGE_NONE: -@GIMP_PIXEL_FETCHER_EDGE_WRAP: -@GIMP_PIXEL_FETCHER_EDGE_SMEAR: -@GIMP_PIXEL_FETCHER_EDGE_BLACK: -@GIMP_PIXEL_FETCHER_EDGE_BACKGROUND: - - - - - - - - - - - - -@drawable: -@shadow: -@Returns: - - - - - - - -@pf: -@mode: - - - - - - - -@pf: -@color: - - - - - - - -@pf: -@x: -@y: -@pixel: - - - - - - - -@pf: -@x: -@y: -@pixel: - - - - - - - -@pf: - - diff --git a/devel-docs/libgimp/tmpl/gimppixelrgn.sgml b/devel-docs/libgimp/tmpl/gimppixelrgn.sgml deleted file mode 100644 index 84198d2523..0000000000 --- a/devel-docs/libgimp/tmpl/gimppixelrgn.sgml +++ /dev/null @@ -1,190 +0,0 @@ - -gimppixelrgn - - -Functions for operating on pixel regions. - - - -Functions for operating on pixel regions. These functions provide -fast ways of accessing and modifying portions of a drawable. - - - - - - - - - - - - - - - - -@data: -@drawable: -@bpp: -@rowstride: -@x: -@y: -@w: -@h: -@dirty: -@shadow: -@process_count: - - - - - - -@pr: -@drawable: -@x: -@y: -@width: -@height: -@dirty: -@shadow: - - - - - - - -@pr: -@x: -@y: -@width: -@height: - - - - - - - -@pr: -@buf: -@x: -@y: - - - - - - - -@pr: -@buf: -@x: -@y: -@width: - - - - - - - -@pr: -@buf: -@x: -@y: -@height: - - - - - - - -@pr: -@buf: -@x: -@y: -@width: -@height: - - - - - - - -@pr: -@buf: -@x: -@y: - - - - - - - -@pr: -@buf: -@x: -@y: -@width: - - - - - - - -@pr: -@buf: -@x: -@y: -@height: - - - - - - - -@pr: -@buf: -@x: -@y: -@width: -@height: - - - - - - - -@nrgns: -@Varargs: -@Returns: - - - - - - - -@nrgns: -@prs: -@Returns: - - - - - - - -@pri_ptr: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpplugin.sgml b/devel-docs/libgimp/tmpl/gimpplugin.sgml deleted file mode 100644 index c8a437c755..0000000000 --- a/devel-docs/libgimp/tmpl/gimpplugin.sgml +++ /dev/null @@ -1,88 +0,0 @@ - -gimpplugin - - -Functions useful for plugins, e.g. registration and progress indicators. - - - -Functions useful for plugins, e.g. registration and progress indicators. - - - - - - - - - - - - - - - - -@domain_name: -@domain_path: -@Returns: - - - - - - - -@domain_name: -@domain_uri: -@Returns: - - - - - - - -@procedure_name: -@icon_type: -@icon_data: -@Returns: - - - - - - - -@procedure_name: -@menu_path: -@Returns: - - - - - - - -@menu_path: -@menu_name: -@Returns: - - - - - - - -@handler: -@Returns: - - - - - - - -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpprocbrowserdialog.sgml b/devel-docs/libgimp/tmpl/gimpprocbrowserdialog.sgml deleted file mode 100644 index 36ddeecf2c..0000000000 --- a/devel-docs/libgimp/tmpl/gimpprocbrowserdialog.sgml +++ /dev/null @@ -1,61 +0,0 @@ - -GimpProcBrowserDialog - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@gimpprocbrowserdialog: the object which received the signal. - - - - - - -@gimpprocbrowserdialog: the object which received the signal. - - - - - - -@title: -@role: -@help_func: -@help_id: -@Varargs: -@Returns: - - - - - - - -@dialog: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpproceduraldb.sgml b/devel-docs/libgimp/tmpl/gimpproceduraldb.sgml deleted file mode 100644 index 6e077a1bd5..0000000000 --- a/devel-docs/libgimp/tmpl/gimpproceduraldb.sgml +++ /dev/null @@ -1,138 +0,0 @@ - -gimpproceduraldb - - -Functions for querying and changing procedural database (PDB) entries. - - - -Functions for querying and changing procedural database (PDB) entries. - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@identifier: -@data: -@Returns: - - - - - - - -@identifier: -@data: -@bytes: -@Returns: - - - - - - - -@filename: -@Returns: - - - - - - - -@name: -@blurb: -@help: -@author: -@copyright: -@date: -@proc_type: -@num_matches: -@procedure_names: -@Returns: - - - - - - - -@procedure_name: -@Returns: - - - - - - - -@procedure: -@blurb: -@help: -@author: -@copyright: -@date: -@proc_type: -@num_args: -@num_values: -@args: -@return_vals: -@Returns: - - - - - - - -@procedure_name: -@arg_num: -@arg_type: -@arg_name: -@arg_desc: -@Returns: - - - - - - - -@procedure_name: -@val_num: -@val_type: -@val_name: -@val_desc: -@Returns: - - - - - - - -@identifier: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpprocview.sgml b/devel-docs/libgimp/tmpl/gimpprocview.sgml deleted file mode 100644 index a55acfd7dd..0000000000 --- a/devel-docs/libgimp/tmpl/gimpprocview.sgml +++ /dev/null @@ -1,39 +0,0 @@ - -gimpprocview - - - - - - - - - - - - - - - - - - - - - - -@name: -@menu_path: -@blurb: -@help: -@author: -@copyright: -@date: -@type: -@n_params: -@n_return_vals: -@params: -@return_vals: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpprogress.sgml b/devel-docs/libgimp/tmpl/gimpprogress.sgml deleted file mode 100644 index 387aa89738..0000000000 --- a/devel-docs/libgimp/tmpl/gimpprogress.sgml +++ /dev/null @@ -1,187 +0,0 @@ - -gimpprogress - - -Functions for embedding the progress bar into a plug-in's GUI. - - - -Functions for embedding the progress bar into a plug-in's GUI. - - - - - - - - - - - - - - - -@start: -@end: -@set_text: -@set_value: -@pulse: -@get_window: -@_gimp_reserved1: -@_gimp_reserved2: -@_gimp_reserved3: -@_gimp_reserved4: -@_gimp_reserved5: -@_gimp_reserved6: -@_gimp_reserved7: -@_gimp_reserved8: - - - - - - -@message: -@Returns: - - - - - - - -@format: -@Varargs: -@Returns: - - - - - - - -@percentage: -@Returns: - - - - - - - -@Returns: - - - - - - - -@message: -@Returns: - - - - - - - -@format: -@Varargs: -@Returns: - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@message: -@cancelable: -@user_data: - - - - - - - -@user_data: - - - - - - - -@message: -@user_data: - - - - - - - -@percentage: -@user_data: - - - - - - - -@vtable: -@user_data: -@Returns: - - - - - - - -@start_callback: -@end_callback: -@text_callback: -@value_callback: -@user_data: -@Returns: - - - - - - - -@progress_callback: -@Returns: - - - - - - - -@progress_callback: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpprogressbar.sgml b/devel-docs/libgimp/tmpl/gimpprogressbar.sgml deleted file mode 100644 index d7029578ae..0000000000 --- a/devel-docs/libgimp/tmpl/gimpprogressbar.sgml +++ /dev/null @@ -1,34 +0,0 @@ - -GimpProgressBar - - -A widget providing a progress bar. - - - -A widget providing a progress bar that automatically redirects any progress -calls to itself. - - - - - - - - - - - - - - - - - - - - - -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpregioniterator.sgml b/devel-docs/libgimp/tmpl/gimpregioniterator.sgml deleted file mode 100644 index 093ea70125..0000000000 --- a/devel-docs/libgimp/tmpl/gimpregioniterator.sgml +++ /dev/null @@ -1,155 +0,0 @@ - -gimpregioniterator - - -Functions to traverse a pixel regions. - - - -The GimpRgnIterator functions provide a variety -of common ways to traverse a PixelRegion, -using a pre-defined function pointer per pixel. - - - - - - - - - - - - - - - - - - - - - -@src: -@bpp: -@data: - - - - - - - -@src: -@dest: -@bpp: -@data: - - - - - - - -@x: -@y: -@src: -@bpp: -@data: - - - - - - - -@x: -@y: -@dest: -@bpp: -@data: - - - - - - - -@x: -@y: -@src: -@dest: -@bpp: -@data: - - - - - - - -@drawable: -@unused: -@Returns: - - - - - - - -@iter: - - - - - - - -@iter: -@func: -@data: - - - - - - - -@iter: -@func: -@data: - - - - - - - -@iter: -@func: -@data: - - - - - - - -@drawable: -@unused: -@func: -@data: - - - - - - - -@drawable: -@unused: -@func: -@data: - - diff --git a/devel-docs/libgimp/tmpl/gimpselectbutton.sgml b/devel-docs/libgimp/tmpl/gimpselectbutton.sgml deleted file mode 100644 index 0034218d93..0000000000 --- a/devel-docs/libgimp/tmpl/gimpselectbutton.sgml +++ /dev/null @@ -1,33 +0,0 @@ - -GimpSelectButton - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@button: - - diff --git a/devel-docs/libgimp/tmpl/gimpselection.sgml b/devel-docs/libgimp/tmpl/gimpselection.sgml deleted file mode 100644 index 9bc2f8e6ac..0000000000 --- a/devel-docs/libgimp/tmpl/gimpselection.sgml +++ /dev/null @@ -1,199 +0,0 @@ - -gimpselection - - -Functions for manipulating selections. - - - -Functions for manipulating selections. - - - - - - - - - - - - - - - - -@image_ID: -@non_empty: -@x1: -@y1: -@x2: -@y2: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@drawable_ID: -@offx: -@offy: -@Returns: - - - - - - - -@channel_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@x: -@y: -@Returns: - - - - - - - -@image_ID: -@steps: -@Returns: - - - - - - - -@image_ID: -@steps: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@radius: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@radius: -@Returns: - - - - - - - -@image_ID: -@offx: -@offy: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@channel_ID: -@operation: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimptextlayer.sgml b/devel-docs/libgimp/tmpl/gimptextlayer.sgml deleted file mode 100644 index 07f6867a48..0000000000 --- a/devel-docs/libgimp/tmpl/gimptextlayer.sgml +++ /dev/null @@ -1,314 +0,0 @@ - -gimptextlayer - - - - - - - - - - - - - - - - - - - - - - -@image_ID: -@text: -@fontname: -@size: -@unit: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@text: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@font: -@Returns: - - - - - - - -@layer_ID: -@unit: -@Returns: - - - - - - - -@layer_ID: -@font_size: -@unit: -@Returns: - - - - - - - -@layer_ID: -@autohint: -@Returns: - - - - - - - -@layer_ID: -@hinting: -@autohint: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@antialias: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@kerning: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@language: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@direction: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@justify: -@Returns: - - - - - - - -@layer_ID: -@color: -@Returns: - - - - - - - -@layer_ID: -@color: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@indent: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@line_spacing: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@letter_spacing: -@Returns: - - - - - - - -@layer_ID: -@Returns: - - - - - - - -@layer_ID: -@style: -@Returns: - - - - - - - -@layer_ID: -@width: -@height: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimptexttool.sgml b/devel-docs/libgimp/tmpl/gimptexttool.sgml deleted file mode 100644 index ba0990b5a1..0000000000 --- a/devel-docs/libgimp/tmpl/gimptexttool.sgml +++ /dev/null @@ -1,102 +0,0 @@ - -gimptexttool - - -Functions for controlling the text tool. - - - -Functions for controlling the text tool. - - - - - - - - - - - - - - - - -@image_ID: -@drawable_ID: -@x: -@y: -@text: -@border: -@antialias: -@size: -@size_type: -@fontname: -@Returns: - - - - - - - -@text: -@size: -@size_type: -@fontname: -@width: -@height: -@ascent: -@descent: -@Returns: - - - - - - - -@image_ID: -@drawable_ID: -@x: -@y: -@text: -@border: -@antialias: -@size: -@size_type: -@foundry: -@family: -@weight: -@slant: -@set_width: -@spacing: -@registry: -@encoding: -@Returns: - - - - - - - -@text: -@size: -@size_type: -@foundry: -@family: -@weight: -@slant: -@set_width: -@spacing: -@registry: -@encoding: -@width: -@height: -@ascent: -@descent: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimptile.sgml b/devel-docs/libgimp/tmpl/gimptile.sgml deleted file mode 100644 index ed139cbbbe..0000000000 --- a/devel-docs/libgimp/tmpl/gimptile.sgml +++ /dev/null @@ -1,84 +0,0 @@ - -gimptile - - -Functions for working with tiles. - - - -Functions for working with tiles. - - - - - - - - - - - - - - - - -@ewidth: -@eheight: -@bpp: -@tile_num: -@ref_count: -@dirty: -@shadow: -@data: -@drawable: - - - - - - -@tile: - - - - - - - -@tile: - - - - - - - -@tile: -@dirty: - - - - - - - -@tile: - - - - - - - -@kilobytes: - - - - - - - -@ntiles: - - diff --git a/devel-docs/libgimp/tmpl/gimptools.sgml b/devel-docs/libgimp/tmpl/gimptools.sgml deleted file mode 100644 index b5ed371994..0000000000 --- a/devel-docs/libgimp/tmpl/gimptools.sgml +++ /dev/null @@ -1,466 +0,0 @@ - -gimptools - - -Access to common toolbox tools. - - - -Functions giving access to common toolbox tools. - - - - - - - - - - - - - - - - -@drawable_ID: -@pressure: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@color: -@threshold: -@operation: -@antialias: -@feather: -@feather_radius: -@sample_merged: -@Returns: - - - - - - - -@drawable_ID: -@color: -@threshold: -@operation: -@antialias: -@feather: -@feather_radius_x: -@feather_radius_y: -@sample_merged: -@select_transparent: -@select_criterion: -@Returns: - - - - - - - -@drawable_ID: -@src_drawable_ID: -@clone_type: -@src_x: -@src_y: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@pressure: -@convolve_type: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@exposure: -@dodgeburn_type: -@dodgeburn_mode: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@fill_mode: -@paint_mode: -@opacity: -@threshold: -@sample_merged: -@fill_transparent: -@select_criterion: -@x: -@y: -@Returns: - - - - - - - -@image_ID: -@x: -@y: -@width: -@height: -@operation: -@antialias: -@feather: -@feather_radius: -@Returns: - - - - - - - -@drawable_ID: -@num_strokes: -@strokes: -@hardness: -@method: -@Returns: - - - - - - - -@drawable_ID: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@flip_type: -@Returns: - - - - - - - -@image_ID: -@num_segs: -@segs: -@operation: -@antialias: -@feather: -@feather_radius: -@Returns: - - - - - - - -@drawable_ID: -@x: -@y: -@threshold: -@operation: -@antialias: -@feather: -@feather_radius: -@sample_merged: -@Returns: - - - - - - - -@drawable_ID: -@x: -@y: -@threshold: -@operation: -@antialias: -@feather: -@feather_radius_x: -@feather_radius_y: -@sample_merged: -@select_transparent: -@select_criterion: -@Returns: - - - - - - - -@drawable_ID: -@src_drawable_ID: -@src_x: -@src_y: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@fade_out: -@num_strokes: -@strokes: -@method: -@gradient_length: -@Returns: - - - - - - - -@drawable_ID: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@interpolation: -@x0: -@y0: -@x1: -@y1: -@x2: -@y2: -@x3: -@y3: -@Returns: - - - - - - - -@image_ID: -@x: -@y: -@width: -@height: -@operation: -@feather: -@feather_radius: -@Returns: - - - - - - - -@image_ID: -@x: -@y: -@width: -@height: -@corner_radius_x: -@corner_radius_y: -@operation: -@antialias: -@feather: -@feather_radius_x: -@feather_radius_y: -@Returns: - - - - - - - -@drawable_ID: -@interpolation: -@angle: -@Returns: - - - - - - - -@drawable_ID: -@interpolation: -@x0: -@y0: -@x1: -@y1: -@Returns: - - - - - - - -@drawable_ID: -@interpolation: -@shear_type: -@magnitude: -@Returns: - - - - - - - -@drawable_ID: -@pressure: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@num_strokes: -@strokes: -@Returns: - - - - - - - -@drawable_ID: -@interpolation: -@source_x: -@source_y: -@scale_x: -@scale_y: -@angle: -@dest_x: -@dest_y: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpui.sgml b/devel-docs/libgimp/tmpl/gimpui.sgml deleted file mode 100644 index e0067e924c..0000000000 --- a/devel-docs/libgimp/tmpl/gimpui.sgml +++ /dev/null @@ -1,68 +0,0 @@ - -gimpui - - -Common user interface functions. This header includes all other GIMP User -Interface Library headers. - - - -Common user interface functions. This header includes all other GIMP User -Interface Library headers. - - - - - -gtk_init(), gdk_set_use_xshm(), gdk_rgb_set_min_colors(), -gdk_rgb_set_install(), gdk_rgb_get_visual(), gdk_rgb_get_cmap(), -gtk_widget_set_default_visual(), gtk_widget_set_default_colormap(), -gtk_preview_set_gamma(). - - - - - - - - - - -@prog_name: -@preview: - - - - - - - -@gdisp_ID: -@Returns: - - - - - - - -@Returns: - - - - - - - -@window: - - - - - - - -@window: -@gdisp_ID: - - diff --git a/devel-docs/libgimp/tmpl/gimpundo.sgml b/devel-docs/libgimp/tmpl/gimpundo.sgml deleted file mode 100644 index c8c52af547..0000000000 --- a/devel-docs/libgimp/tmpl/gimpundo.sgml +++ /dev/null @@ -1,83 +0,0 @@ - -gimpundo - - -Control of undo/redo. - - - -Control of undo/redo. - - - - - - - - - - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - - - - - - -@image_ID: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpunit.sgml b/devel-docs/libgimp/tmpl/gimpunit.sgml deleted file mode 100644 index de1e5a1a92..0000000000 --- a/devel-docs/libgimp/tmpl/gimpunit.sgml +++ /dev/null @@ -1,134 +0,0 @@ - -gimpunit - - -Provides a collection of predefined units and functions for creating -user-defined units. - - - -Provides a collection of predefined units and functions for creating -user-defined units. - - - - - -#GimpUnitMenu - - -#GimpSizeEntry - - - - - - - -@Returns: - - - - - - - -@Returns: - - - - - - - -@identifier: -@factor: -@digits: -@symbol: -@abbreviation: -@singular: -@plural: -@Returns: - - - - - - - -@unit: -@Returns: - - - - - - - -@unit: -@deletion_flag: - - - - - - - -@unit: -@Returns: - - - - - - - -@unit: -@Returns: - - - - - - - -@unit: -@Returns: - - - - - - - -@unit: -@Returns: - - - - - - - -@unit: -@Returns: - - - - - - - -@unit: -@Returns: - - - - - - - -@unit: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpvectors.sgml b/devel-docs/libgimp/tmpl/gimpvectors.sgml deleted file mode 100644 index f22c976371..0000000000 --- a/devel-docs/libgimp/tmpl/gimpvectors.sgml +++ /dev/null @@ -1,492 +0,0 @@ - -gimpvectors - - - - - - - - - - - - - - - - - - - - - - -@image_ID: -@name: -@Returns: - - - - - - - -@image_ID: -@layer_ID: -@Returns: - - - - - - - -@vectors_ID: -@Returns: - - - - - - - -@vectors_ID: -@Returns: - - - - - - - -@vectors_ID: -@num_strokes: -@Returns: - - - - - - - -@vectors_ID: -@Returns: - - - - - - - -@vectors_ID: -@Returns: - - - - - - - -@vectors_ID: -@name: -@Returns: - - - - - - - -@vectors_ID: -@Returns: - - - - - - - -@vectors_ID: -@visible: -@Returns: - - - - - - - -@vectors_ID: -@Returns: - - - - - - - -@vectors_ID: -@linked: -@Returns: - - - - - - - -@vectors_ID: -@Returns: - - - - - - - -@vectors_ID: -@lock_content: -@Returns: - - - - - - - -@vectors_ID: -@Returns: - - - - - - - -@vectors_ID: -@tattoo: -@Returns: - - - - - - - -@vectors_ID: -@stroke_id: -@Returns: - - - - - - - -@vectors_ID: -@operation: -@antialias: -@feather: -@feather_radius_x: -@feather_radius_y: -@Returns: - - - - - - - -@image_ID: -@filename: -@vectors_ID: -@Returns: - - - - - - - -@image_ID: -@vectors_ID: -@Returns: - - - - - - - -@image_ID: -@filename: -@merge: -@scale: -@num_vectors: -@vectors_ids: -@Returns: - - - - - - - -@image_ID: -@string: -@length: -@merge: -@scale: -@num_vectors: -@vectors_ids: -@Returns: - - - - - - - -@vectors_ID: -@parasite: -@Returns: - - - - - - - -@vectors_ID: -@name: -@Returns: - - - - - - - -@vectors_ID: -@name: -@Returns: - - - - - - - -@vectors_ID: -@num_parasites: -@parasites: -@Returns: - - - - - - - -@vectors_ID: -@type: -@num_points: -@controlpoints: -@closed: -@Returns: - - - - - - - -@vectors_ID: -@stroke_id: -@Returns: - - - - - - - -@vectors_ID: -@stroke_id: -@precision: -@Returns: - - - - - - - -@vectors_ID: -@stroke_id: -@num_points: -@controlpoints: -@closed: -@Returns: - - - - - - - -@vectors_ID: -@stroke_id: -@dist: -@precision: -@x_point: -@y_point: -@slope: -@valid: -@Returns: - - - - - - - -@vectors_ID: -@stroke_id: -@precision: -@num_coords: -@closed: -@Returns: - - - - - - - -@vectors_ID: -@stroke_id: -@scale_x: -@scale_y: -@Returns: - - - - - - - -@vectors_ID: -@stroke_id: -@off_x: -@off_y: -@Returns: - - - - - - - -@vectors_ID: -@stroke_id: -@flip_type: -@axis: -@Returns: - - - - - - - -@vectors_ID: -@stroke_id: -@x1: -@y1: -@x2: -@y2: -@Returns: - - - - - - - -@vectors_ID: -@stroke_id: -@center_x: -@center_y: -@angle: -@Returns: - - - - - - - -@vectors_ID: -@stroke_id: -@x0: -@y0: -@x1: -@y1: -@Returns: - - - - - - - -@vectors_ID: -@stroke_id: -@x0: -@y0: -@x1: -@y1: -@x2: -@y2: -@Returns: - - - - - - - -@vectors_ID: -@stroke_id: -@x0: -@y0: -@Returns: - - - - - - - -@vectors_ID: -@x0: -@y0: -@radius_x: -@radius_y: -@angle: -@Returns: - - - - - - - -@vectors_ID: -@x0: -@y0: -@Returns: - - diff --git a/devel-docs/libgimp/tmpl/gimpzoompreview.sgml b/devel-docs/libgimp/tmpl/gimpzoompreview.sgml deleted file mode 100644 index 566023737c..0000000000 --- a/devel-docs/libgimp/tmpl/gimpzoompreview.sgml +++ /dev/null @@ -1,93 +0,0 @@ - -GimpZoomPreview - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@drawable: -@Returns: - - - - - - - -@drawable: -@model: -@Returns: - - - - - - - -@preview: -@width: -@height: -@bpp: -@Returns: - - - - - - - -@preview: -@Returns: - - - - - - - -@preview: -@Returns: - - - - - - - -@preview: -@Returns: - - diff --git a/libgimp/gimp.c b/libgimp/gimp.c index e949e750fe..66de18fd62 100644 --- a/libgimp/gimp.c +++ b/libgimp/gimp.c @@ -105,6 +105,17 @@ #include "libgimp-intl.h" +/** + * SECTION: gimp + * @title: Gimp + * @short_description: Main functions needed for building a GIMP plug-in. + * This header includes all other GIMP Library headers. + * + * Main functions needed for building a GIMP plug-in. This header + * includes all other GIMP Library headers. + **/ + + #define TILE_MAP_SIZE (_tile_width * _tile_height * 4) #define ERRMSG_SHM_FAILED "Could not attach to gimp shared memory segment" @@ -222,7 +233,8 @@ static gchar *pdb_error_message = NULL; * The main procedure that must be called with the PLUG_IN_INFO structure * and the 'argc' and 'argv' that are passed to "main". * - * Return value: + * Returns: an exit status as defined by the C library, + * on success %EXIT_SUCCESS. **/ gint gimp_main (const GimpPlugInInfo *info, diff --git a/libgimp/gimp.h b/libgimp/gimp.h index 978332144e..2c21ff7536 100644 --- a/libgimp/gimp.h +++ b/libgimp/gimp.h @@ -80,23 +80,21 @@ typedef void (* GimpRunProc) (const gchar *name, GimpParam **return_vals); +/** + * GimpPlugInInfo: + * @init_proc: called when the gimp application initially starts up + * @quit_proc: called when the gimp application exits + * @query_proc: called by gimp so that the plug-in can inform the + * gimp of what it does. (ie. installing a procedure database + * procedure). + * @run_proc: called to run a procedure the plug-in installed in the + * procedure database. + **/ struct _GimpPlugInInfo { - /* called when the gimp application initially starts up */ GimpInitProc init_proc; - - /* called when the gimp application exits */ GimpQuitProc quit_proc; - - /* called by gimp so that the plug-in can inform the - * gimp of what it does. (ie. installing a procedure database - * procedure). - */ GimpQueryProc query_proc; - - /* called to run a procedure the plug-in installed in the - * procedure database. - */ GimpRunProc run_proc; }; @@ -155,15 +153,14 @@ struct _GimpParam /** - * MAIN(): + * MAIN: * * A macro that expands to the appropriate main() function for the * platform being compiled for. * * To use this macro, simply place a line that contains just the code * MAIN() at the toplevel of your file. No semicolon should be used. - * - */ + **/ #ifdef G_OS_WIN32 diff --git a/libgimp/gimpaspectpreview.c b/libgimp/gimpaspectpreview.c index 26b9f8609d..95c4e95541 100644 --- a/libgimp/gimpaspectpreview.c +++ b/libgimp/gimpaspectpreview.c @@ -33,6 +33,15 @@ #include "gimpaspectpreview.h" +/** + * SECTION: gimpaspectpreview + * @title: GimpAspectPreview + * @short_description: A widget providing a preview with fixed aspect ratio. + * + * A widget providing a preview with fixed aspect ratio. + **/ + + enum { PROP_0, @@ -374,6 +383,8 @@ gimp_aspect_preview_set_drawable (GimpAspectPreview *preview, * the scroll offset. * * Since: GIMP 2.2 + * + * Returns: a new #GimpAspectPreview. **/ GtkWidget * gimp_aspect_preview_new (GimpDrawable *drawable, diff --git a/libgimp/gimpbrushmenu.c b/libgimp/gimpbrushmenu.c index 43fcbe4124..d1030a017a 100644 --- a/libgimp/gimpbrushmenu.c +++ b/libgimp/gimpbrushmenu.c @@ -32,6 +32,15 @@ #include "gimpbrushmenu.h" +/** + * SECTION: gimpbrushmenu + * @title: gimpbrushmenu + * @short_description: A widget for selecting brushes. + * + * A widget for selecting brushes. + **/ + + typedef struct { GimpRunBrushCallback callback; @@ -113,7 +122,7 @@ gimp_brush_select_widget_close (GtkWidget *widget) } /** - * gimp_brush_select_widget_set; + * gimp_brush_select_widget_set: * @widget: A brush select widget. * @brush_name: Brush name to set; %NULL means no change. * @opacity: Opacity to set. -1.0 means no change. diff --git a/libgimp/gimpbrushselectbutton.c b/libgimp/gimpbrushselectbutton.c index 4743407dc8..8480e0bdf0 100644 --- a/libgimp/gimpbrushselectbutton.c +++ b/libgimp/gimpbrushselectbutton.c @@ -34,6 +34,15 @@ #include "libgimp-intl.h" +/** + * SECTION: gimpbrushselectbutton + * @title: gimpbrushselectbutton + * @short_description: A button that pops up a brush selection dialog. + * + * A button that pops up a brush selection dialog. + **/ + + #define CELL_SIZE 20 diff --git a/libgimp/gimpdrawablepreview.c b/libgimp/gimpdrawablepreview.c index 6632d3c615..5f3aeaf9f4 100644 --- a/libgimp/gimpdrawablepreview.c +++ b/libgimp/gimpdrawablepreview.c @@ -31,6 +31,15 @@ #include "gimpdrawablepreview.h" +/** + * SECTION: gimpdrawablepreview + * @title: GimpDrawablePreview + * @short_description: A widget providing a preview of a #GimpDrawable. + * + * A widget providing a preview of a #GimpDrawable. + **/ + + #define SELECTION_BORDER 8 enum diff --git a/libgimp/gimpenums.h b/libgimp/gimpenums.h index d52c97833a..8b5035c883 100644 --- a/libgimp/gimpenums.h +++ b/libgimp/gimpenums.h @@ -24,6 +24,15 @@ G_BEGIN_DECLS +/** + * SECTION: gimpenums + * @title: gimpenums + * @short_description: Enums and definitions. + * + * Enums and definitions. + **/ + + #define GIMP_TYPE_BRUSH_APPLICATION_MODE (gimp_brush_application_mode_get_type ()) GType gimp_brush_application_mode_get_type (void) G_GNUC_CONST; diff --git a/libgimp/gimpexport.c b/libgimp/gimpexport.c index 45e125e6cd..03f59ed8e8 100644 --- a/libgimp/gimpexport.c +++ b/libgimp/gimpexport.c @@ -31,6 +31,26 @@ #include "libgimp-intl.h" +/** + * SECTION: gimpexport + * @title: gimpexport + * @short_description: Export an image before it is saved. + * + * This function should be called by all save_plugins unless they are + * able to save all image formats GIMP knows about. It takes care of + * asking the user if she wishes to export the image to a format the + * save_plugin can handle. It then performs the necessary conversions + * (e.g. Flatten) on a copy of the image so that the image can be + * saved without changing the original image. + * + * The capabilities of the save_plugin are specified by combining + * #GimpExportCapabilities using a bitwise OR. + * + * Make sure you have initialized GTK+ before you call this function + * as it will most probably have to open a dialog. + **/ + + typedef void (* ExportFunc) (gint32 imageID, gint32 *drawable_ID); diff --git a/libgimp/gimpfontmenu.c b/libgimp/gimpfontmenu.c index 5477ffd815..4588838233 100644 --- a/libgimp/gimpfontmenu.c +++ b/libgimp/gimpfontmenu.c @@ -32,6 +32,15 @@ #include "gimpfontmenu.h" +/** + * SECTION: gimpfontmenu + * @title: gimpfontmenu + * @short_description: A widget for selecting fonts. + * + * A widget for selecting fonts. + **/ + + typedef struct { GimpRunFontCallback callback; @@ -100,7 +109,7 @@ gimp_font_select_widget_close (GtkWidget *widget) } /** - * gimp_font_select_widget_set; + * gimp_font_select_widget_set: * @widget: A font select widget. * @font_name: Font name to set; %NULL means no change. * diff --git a/libgimp/gimpfontselectbutton.c b/libgimp/gimpfontselectbutton.c index a94494b09d..a51ed41b9a 100644 --- a/libgimp/gimpfontselectbutton.c +++ b/libgimp/gimpfontselectbutton.c @@ -34,6 +34,15 @@ #include "libgimp-intl.h" +/** + * SECTION: gimpfontselectbutton + * @title: GimpFontSelectButton + * @short_description: A button which pops up a font selection dialog. + * + * A button which pops up a font selection dialog. + **/ + + #define GIMP_FONT_SELECT_BUTTON_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), GIMP_TYPE_FONT_SELECT_BUTTON, GimpFontSelectButtonPrivate)) typedef struct _GimpFontSelectButtonPrivate GimpFontSelectButtonPrivate; diff --git a/libgimp/gimpgradientmenu.c b/libgimp/gimpgradientmenu.c index f638d2ba61..d1169532f1 100644 --- a/libgimp/gimpgradientmenu.c +++ b/libgimp/gimpgradientmenu.c @@ -32,6 +32,15 @@ #include "gimpgradientmenu.h" +/** + * SECTION: gimpgradientmenu + * @title: gimpgradientmenu + * @short_description: A widget for selecting gradients. + * + * A widget for selecting gradients. + **/ + + typedef struct { GimpRunGradientCallback callback; @@ -104,7 +113,7 @@ gimp_gradient_select_widget_close (GtkWidget *widget) } /** - * gimp_gradient_select_widget_set; + * gimp_gradient_select_widget_set: * @widget: A gradient select widget. * @gradient_name: Gradient name to set. * diff --git a/libgimp/gimpgradientselectbutton.c b/libgimp/gimpgradientselectbutton.c index 3c8d439499..1085830063 100644 --- a/libgimp/gimpgradientselectbutton.c +++ b/libgimp/gimpgradientselectbutton.c @@ -34,6 +34,15 @@ #include "libgimp-intl.h" +/** + * SECTION: gimpgradientselectbutton + * @title: GimpGradientSelectButton + * @short_description: A button which pops up a gradient select dialog. + * + * A button which pops up a gradient select dialog. + **/ + + #define CELL_HEIGHT 18 #define CELL_WIDTH 84 diff --git a/libgimp/gimpimagecombobox.c b/libgimp/gimpimagecombobox.c index 7e0b91298d..55533c74d4 100644 --- a/libgimp/gimpimagecombobox.c +++ b/libgimp/gimpimagecombobox.c @@ -34,6 +34,15 @@ #include "gimppixbuf.h" +/** + * SECTION: gimpimagecombobox + * @title: GimpImageComboBox + * @short_description: A widget providing a popup menu of images. + * + * A widget providing a popup menu of images. + **/ + + #define THUMBNAIL_SIZE 24 #define WIDTH_REQUEST 200 @@ -101,10 +110,10 @@ gimp_image_combo_box_init (GimpImageComboBox *combo_box) * each image and only if the function returns %TRUE, the image is * added to the combobox. * - * You should use gimp_int_combo_connect() to initialize and connect - * the combo. Use gimp_int_combo_box_set_active() to get the active - * image ID and gimp_int_combo_box_get_active() to retrieve the ID of - * the selected image. + * You should use gimp_int_combo_box_connect() to initialize and + * connect the combo. Use gimp_int_combo_box_set_active() to get the + * active image ID and gimp_int_combo_box_get_active() to retrieve the + * ID of the selected image. * * Return value: a new #GimpIntComboBox. * diff --git a/libgimp/gimpitemcombobox.c b/libgimp/gimpitemcombobox.c index 3351f88494..02f555292d 100644 --- a/libgimp/gimpitemcombobox.c +++ b/libgimp/gimpitemcombobox.c @@ -35,6 +35,16 @@ #include "gimppixbuf.h" +/** + * SECTION: gimpitemcombobox + * @title: GimpItemComboBox + * @short_description: Widgets providing popup menus of items. + * + * Widgets providing popup menus of items (layers, channels, + * drawables, vectors). + **/ + + #define THUMBNAIL_SIZE 24 #define WIDTH_REQUEST 200 diff --git a/libgimp/gimpmenu.c b/libgimp/gimpmenu.c index 82a65af1b2..81b1dd721d 100644 --- a/libgimp/gimpmenu.c +++ b/libgimp/gimpmenu.c @@ -32,6 +32,16 @@ #include "libgimp-intl.h" +/** + * SECTION: gimpmenu + * @title: gimpmenu + * @short_description: Menus for selecting images, layers, channels + * and drawables. + * + * Menus for selecting images, layers, channels and drawables. + **/ + + #define MENU_THUMBNAIL_WIDTH 24 #define MENU_THUMBNAIL_HEIGHT 24 @@ -57,14 +67,14 @@ static void gimp_menu_callback (GtkWidget *widget, /** * gimp_image_menu_new: - * @constraint: - * @callback: - * @data: - * @active_image: + * @constraint: a function to filter the menu contents + * @callback: the callback to call when an image is selected + * @data: the callback's user_data + * @active_image: an image to preselect * - * Use gimp_image_combo_box_new() instead. + * Deprecated: Use gimp_image_combo_box_new() instead. * - * Return value: + * Returns: the image menu. */ GtkWidget * gimp_image_menu_new (GimpConstraintFunc constraint, @@ -122,14 +132,14 @@ gimp_image_menu_new (GimpConstraintFunc constraint, /** * gimp_layer_menu_new: - * @constraint: - * @callback: - * @data: - * @active_layer: + * @constraint: a function to filter the menu contents + * @callback: the callback to call when a channel is selected + * @data: the callback's user_data + * @active_layer: a layer to preselect * - * Use gimp_layer_combo_box_new() instead. + * Deprecated: Use gimp_layer_combo_box_new() instead. * - * Return value: + * Returns: the layer menu. */ GtkWidget * gimp_layer_menu_new (GimpConstraintFunc constraint, @@ -199,14 +209,14 @@ gimp_layer_menu_new (GimpConstraintFunc constraint, /** * gimp_channel_menu_new: - * @constraint: - * @callback: - * @data: - * @active_channel: + * @constraint: a function to filter the menu contents + * @callback: the callback to call when a channel is selected + * @data: the callback's user_data + * @active_channel: a channel to preselect * - * Use gimp_channel_combo_box_new() instead. + * Deprecated: Use gimp_channel_combo_box_new() instead. * - * Return value: + * Returns: the channel menu. */ GtkWidget * gimp_channel_menu_new (GimpConstraintFunc constraint, @@ -278,14 +288,14 @@ gimp_channel_menu_new (GimpConstraintFunc constraint, /** * gimp_drawable_menu_new: - * @constraint: - * @callback: - * @data: - * @active_drawable: + * @constraint: a function to filter the menu contents + * @callback: the callback to call when a channel is selected + * @data: the callback's user_data + * @active_drawable: a drawable to preselect * - * Use gimp_drawable_combo_box_new() instead. + * Deprecated: Use gimp_drawable_combo_box_new() instead. * - * Return value: + * Returns: the drawable menu. */ GtkWidget * gimp_drawable_menu_new (GimpConstraintFunc constraint, diff --git a/libgimp/gimppalettemenu.c b/libgimp/gimppalettemenu.c index ba69ef1f55..4c310b56c1 100644 --- a/libgimp/gimppalettemenu.c +++ b/libgimp/gimppalettemenu.c @@ -32,6 +32,15 @@ #include "gimppalettemenu.h" +/** + * SECTION: gimppalettemenu + * @title: gimppalettemenu + * @short_description: A widget for selecting palettes. + * + * A widget for selecting palettes. + **/ + + typedef struct { GimpRunPaletteCallback callback; @@ -104,7 +113,7 @@ gimp_palette_select_widget_close (GtkWidget *widget) } /** - * gimp_palette_select_widget_set; + * gimp_palette_select_widget_set: * @widget: A palette select widget. * @palette_name: Palette name to set; %NULL means no change. * diff --git a/libgimp/gimppaletteselectbutton.c b/libgimp/gimppaletteselectbutton.c index 583a79b456..0178d4e15c 100644 --- a/libgimp/gimppaletteselectbutton.c +++ b/libgimp/gimppaletteselectbutton.c @@ -34,6 +34,15 @@ #include "libgimp-intl.h" +/** + * SECTION: gimppaletteselectbutton + * @title: GimpPaletteSelect + * @short_description: A button which pops up a palette select dialog. + * + * A button which pops up a palette select dialog. + **/ + + #define GIMP_PALETTE_SELECT_BUTTON_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), GIMP_TYPE_PALETTE_SELECT_BUTTON, GimpPaletteSelectButtonPrivate)) typedef struct _GimpPaletteSelectButtonPrivate GimpPaletteSelectButtonPrivate; diff --git a/libgimp/gimppatternmenu.c b/libgimp/gimppatternmenu.c index 9c99b777dd..8c348f96d6 100644 --- a/libgimp/gimppatternmenu.c +++ b/libgimp/gimppatternmenu.c @@ -32,6 +32,15 @@ #include "gimppatternmenu.h" +/** + * SECTION: gimppatternmenu + * @title: gimppatternmenu + * @short_description: A widget for selecting patterns. + * + * A widget for selecting patterns. + **/ + + typedef struct { GimpRunPatternCallback callback; diff --git a/libgimp/gimppatternselectbutton.c b/libgimp/gimppatternselectbutton.c index 22861697ab..9878a380f0 100644 --- a/libgimp/gimppatternselectbutton.c +++ b/libgimp/gimppatternselectbutton.c @@ -34,6 +34,15 @@ #include "libgimp-intl.h" +/** + * SECTION: gimppatternselectbutton + * @title: GimpPatternSelectButton + * @short_description: A button which pops up a pattern select dialog. + * + * A button which pops up a pattern select dialog. + **/ + + #define CELL_SIZE 20 diff --git a/libgimp/gimppixbuf.c b/libgimp/gimppixbuf.c index 8861bda0cf..77b13d1038 100644 --- a/libgimp/gimppixbuf.c +++ b/libgimp/gimppixbuf.c @@ -30,6 +30,15 @@ #include "gimppixbuf.h" +/** + * SECTION: gimppixbuf + * @title: gimppixbuf + * @short_description: Get a thumbnail pixbuf for a drawable or image. + * + * Get a thumbnail pixbuf for a drawable or image. + **/ + + static GdkPixbuf * gimp_pixbuf_from_data (guchar *data, gint width, gint height, diff --git a/libgimp/gimppixelfetcher.c b/libgimp/gimppixelfetcher.c index df6da52db1..9850c6650e 100644 --- a/libgimp/gimppixelfetcher.c +++ b/libgimp/gimppixelfetcher.c @@ -23,6 +23,19 @@ #include "gimp.h" +/** + * SECTION: gimppixelfetcher + * @title: gimppixelfetcher + * @short_description: Functions for operating on pixel regions. + * + * These functions provide neighbourhood-based algorithms which get + * dramatically slower on region boundaries, to the point where a + * special treatment for neighbourhoods which are completely inside a + * tile is called for. It hides the special treatment of tile borders, + * making plug-in code more readable and shorter. + **/ + + struct _GimpPixelFetcher { gint col, row; @@ -53,7 +66,7 @@ static guchar * gimp_pixel_fetcher_provide_tile (GimpPixelFetcher *pf, * gimp_pixel_fetcher_new: * @drawable: the #GimpDrawable the new region will be attached to. * @shadow: a #gboolean indicating whether the region is attached to - * the shadow tiles or the real %drawable tiles. + * the shadow tiles or the real @drawable tiles. * * Initialize a pixel region from the drawable. * diff --git a/libgimp/gimppixelrgn.c b/libgimp/gimppixelrgn.c index 8fe5156d2b..587812c80e 100644 --- a/libgimp/gimppixelrgn.c +++ b/libgimp/gimppixelrgn.c @@ -26,6 +26,16 @@ #include "gimp.h" +/** + * SECTION: gimppixelrgn + * @title: gimppixelrgn + * @short_description: Functions for operating on pixel regions. + * + * Functions for operating on pixel regions. These functions provide + * fast ways of accessing and modifying portions of a drawable. + **/ + + #define TILE_WIDTH gimp_tile_width() #define TILE_HEIGHT gimp_tile_height() diff --git a/libgimp/gimpprocbrowserdialog.c b/libgimp/gimpprocbrowserdialog.c index 85e33c8cf9..4cf4d86ac7 100644 --- a/libgimp/gimpprocbrowserdialog.c +++ b/libgimp/gimpprocbrowserdialog.c @@ -35,6 +35,15 @@ #include "libgimp-intl.h" +/** + * SECTION: gimpprocbrowserdialog + * @title: GimpProcBrowserDialog + * @short_description: The dialog for the procedure and plugin browsers. + * + * The dialog for the procedure and plugin browsers. + **/ + + #define DBL_LIST_WIDTH 250 #define DBL_WIDTH (DBL_LIST_WIDTH + 400) #define DBL_HEIGHT 250 diff --git a/libgimp/gimpprocview.c b/libgimp/gimpprocview.c index 2f294cb3f1..d411bca1d4 100644 --- a/libgimp/gimpprocview.c +++ b/libgimp/gimpprocview.c @@ -41,6 +41,16 @@ #include "libgimp-intl.h" +/** + * SECTION: gimpprocview + * @title: GimpProcView + * @short_description: A widget showing information about a PDB procedure. + * + * A widget showing information about a PDB procedure, mainly for the + * procedure and plug-in browsers. + **/ + + /* local function prototypes */ static GtkWidget * gimp_proc_view_create_params (const GimpParamDef *params, diff --git a/libgimp/gimpprogress.c b/libgimp/gimpprogress.c index 98fea6c5fd..3e7807d5e8 100644 --- a/libgimp/gimpprogress.c +++ b/libgimp/gimpprogress.c @@ -65,14 +65,14 @@ static const gdouble gimp_progress_step = (1.0 / 256.0); * @value_callback: the function to call to change the value * @user_data: a pointer that is returned when uninstalling the progress * - * Return value: the name of the temporary procedure that's been installed - * - * Since: GIMP 2.2 - * * Note that since GIMP 2.4, @value_callback can be called with * negative values. This is triggered by calls to gimp_progress_pulse(). * The callback should then implement a progress indicating business, * e.g. by calling gtk_progress_bar_pulse(). + * + * Return value: the name of the temporary procedure that's been installed + * + * Since: GIMP 2.2 **/ const gchar * gimp_progress_install (GimpProgressStartCallback start_callback, diff --git a/libgimp/gimpprogressbar.c b/libgimp/gimpprogressbar.c index a12365b19a..ceb54f1529 100644 --- a/libgimp/gimpprogressbar.c +++ b/libgimp/gimpprogressbar.c @@ -38,6 +38,16 @@ #include "gimpprogressbar.h" +/** + * SECTION: gimpprogressbar + * @title: GimpProgressBar + * @short_description: A widget providing a progress bar. + * + * A widget providing a progress bar that automatically redirects any + * progress calls to itself. + **/ + + static void gimp_progress_bar_destroy (GtkObject *object); static void gimp_progress_bar_start (const gchar *message, diff --git a/libgimp/gimpregioniterator.c b/libgimp/gimpregioniterator.c index cf40177872..d1c4bfe19a 100644 --- a/libgimp/gimpregioniterator.c +++ b/libgimp/gimpregioniterator.c @@ -26,6 +26,17 @@ #include "gimpregioniterator.h" +/** + * SECTION: gimpregioniterator + * @title: gimpregioniterator + * @short_description: Functions to traverse a pixel regions. + * + * The GimpRgnIterator functions provide a variety of common ways to + * traverse a PixelRegion, using a pre-defined function pointer per + * pixel. + **/ + + struct _GimpRgnIterator { GimpDrawable *drawable; diff --git a/libgimp/gimpselectbutton.c b/libgimp/gimpselectbutton.c index 3bdc1acd4d..cd48017a60 100644 --- a/libgimp/gimpselectbutton.c +++ b/libgimp/gimpselectbutton.c @@ -29,6 +29,16 @@ #include "gimpselectbutton.h" +/** + * SECTION: gimpselectbutton + * @title: GimpSelectButton + * @short_description: The base class of the data select buttons. + * + * The base class of the brush, pattern, gradient, palette and font + * select buttons. + **/ + + /* local function prototypes */ static void gimp_select_button_destroy (GtkObject *object); diff --git a/libgimp/gimptile.c b/libgimp/gimptile.c index 85dba172b6..ee0a5f4dc2 100644 --- a/libgimp/gimptile.c +++ b/libgimp/gimptile.c @@ -31,6 +31,15 @@ #include "gimp.h" +/** + * SECTION: gimptile + * @title: gimptile + * @short_description: Functions for working with tiles. + * + * Functions for working with tiles. + **/ + + /* This is the percentage of the maximum cache size that * should be cleared from the cache when an eviction is * necessary. diff --git a/libgimp/gimpui.c b/libgimp/gimpui.c index ce81f04820..c2671eef1d 100644 --- a/libgimp/gimpui.c +++ b/libgimp/gimpui.c @@ -29,6 +29,21 @@ #include "libgimpwidgets/gimpwidgets-private.h" +/** + * SECTION: gimpui + * @title: gimpui + * @short_description: Common user interface functions. This header includes + * all other GIMP User Interface Library headers. + * @see_also: gtk_init(), gdk_set_use_xshm(), gdk_rgb_set_min_colors(), + * gdk_rgb_set_install(), gdk_rgb_get_visual(), + * gdk_rgb_get_cmap(), gtk_widget_set_default_visual(), + * gtk_widget_set_default_colormap(), gtk_preview_set_gamma(). + * + * Common user interface functions. This header includes all other + * GIMP User Interface Library headers. + **/ + + /* local function prototypes */ static void gimp_ui_help_func (const gchar *help_id, @@ -129,6 +144,7 @@ gimp_ui_init (const gchar *prog_name, /** * gimp_ui_get_display_window: + * @gdisp_ID: a #GimpDisplay ID. * * Returns the #GdkWindow of a display window. The purpose is to allow * to make plug-in dialogs transient to the image display as explained diff --git a/libgimp/gimpzoompreview.c b/libgimp/gimpzoompreview.c index 5f285c6b23..6b4a4f7218 100644 --- a/libgimp/gimpzoompreview.c +++ b/libgimp/gimpzoompreview.c @@ -33,6 +33,15 @@ #include "gimpzoompreview.h" +/** + * SECTION: gimpzoompreview + * @title: GimpZoomPreview + * @short_description: A drawable preview with zooming capabilities. + * + * A drawable preview with zooming capabilities. + **/ + + enum { PROP_0, @@ -40,6 +49,7 @@ enum PROP_MODEL }; + typedef struct GimpZoomPreviewPrivate { GimpDrawable *drawable; @@ -734,6 +744,8 @@ gimp_zoom_preview_get_source_area (GimpPreview *preview, * Creates a new #GimpZoomPreview widget for @drawable. * * Since: GIMP 2.4 + * + * Returns: a new #GimpZoomPreview. **/ GtkWidget * gimp_zoom_preview_new (GimpDrawable *drawable) @@ -759,6 +771,8 @@ gimp_zoom_preview_new (GimpDrawable *drawable) * factor in sync. * * Since: GIMP 2.4 + * + * Returns: a new #GimpZoomPreview. **/ GtkWidget * gimp_zoom_preview_new_with_model (GimpDrawable *drawable,