app/Makefile.am app/app-docs.sgml app/app-sections.txt a zillion updates.

2008-06-04  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: a zillion updates.


svn path=/trunk/; revision=25892
This commit is contained in:
Michael Natterer 2008-06-04 16:06:09 +00:00 committed by Michael Natterer
parent b1f1852e50
commit dec89318e7
5 changed files with 970 additions and 134 deletions

View file

@ -1,3 +1,16 @@
2008-06-04 Michael Natterer <mitch@gimp.org>
* app/Makefile.am
* app/app-docs.sgml
* app/app-sections.txt
* app/app.types: a zillion updates.
2008-06-03 Michael Natterer <mitch@gimp.org>
* app/Makefile.am (GTKDOC_CFLAGS)
* app/app.types: make it build again after
GTK_DISABLE_SINGLE_INCLUDES and app/ type renaming.
2008-05-30 Michael Natterer <mitch@gimp.org> 2008-05-30 Michael Natterer <mitch@gimp.org>
* libgimp/Makefile.am (GTKDOC_CFLAGS) * libgimp/Makefile.am (GTKDOC_CFLAGS)

View file

@ -58,7 +58,8 @@ GTKDOC_CFLAGS = \
-g \ -g \
-I$(top_srcdir) \ -I$(top_srcdir) \
$(GTK_CFLAGS) \ $(GTK_CFLAGS) \
-I$(includedir) -I$(includedir) \
-UGTK_DISABLE_SINGLE_INCLUDES
GTKDOC_LIBS = \ GTKDOC_LIBS = \
-u $(SYMPREFIX)xcf_init \ -u $(SYMPREFIX)xcf_init \

View file

@ -32,6 +32,7 @@
<xi:include href="xml/errors.xml" /> <xi:include href="xml/errors.xml" />
<xi:include href="xml/sanity.xml" /> <xi:include href="xml/sanity.xml" />
<xi:include href="xml/units.xml" /> <xi:include href="xml/units.xml" />
<xi:include href="xml/version.xml" />
<xi:include href="xml/about.xml" /> <xi:include href="xml/about.xml" />
<xi:include href="xml/gimp-log.xml" /> <xi:include href="xml/gimp-log.xml" />
</part> </part>
@ -61,7 +62,7 @@
<xi:include href="xml/base.xml" /> <xi:include href="xml/base.xml" />
</chapter> </chapter>
<chapter id="app-base-utils"> <chapter id="app-base-utilities">
<title>Base Utilities</title> <title>Base Utilities</title>
<xi:include href="xml/base-utils.xml" /> <xi:include href="xml/base-utils.xml" />
<xi:include href="xml/boundary.xml" /> <xi:include href="xml/boundary.xml" />
@ -77,6 +78,7 @@
<xi:include href="xml/color-balance.xml" /> <xi:include href="xml/color-balance.xml" />
<xi:include href="xml/colorize.xml" /> <xi:include href="xml/colorize.xml" />
<xi:include href="xml/curves.xml" /> <xi:include href="xml/curves.xml" />
<xi:include href="xml/desaturate.xml" />
<xi:include href="xml/hue-saturation.xml" /> <xi:include href="xml/hue-saturation.xml" />
<xi:include href="xml/levels.xml" /> <xi:include href="xml/levels.xml" />
<xi:include href="xml/lut-funcs.xml" /> <xi:include href="xml/lut-funcs.xml" />
@ -129,6 +131,40 @@
</chapter> </chapter>
</part> </part>
<part id="app-gegl-part">
<title>GEGL</title>
<xi:include href="xml/gimp-gegl.xml" />
<xi:include href="xml/gimp-gegl-utils.xml" />
<chapter id="app-gegl-operations">
<title>Operations</title>
<xi:include href="xml/gimpoperationcolorbalance.xml" />
<xi:include href="xml/gimpoperationcolorize.xml" />
<xi:include href="xml/gimpoperationcurves.xml" />
<xi:include href="xml/gimpoperationdesaturate.xml" />
<xi:include href="xml/gimpoperationhuesaturation.xml" />
<xi:include href="xml/gimpoperationlevels.xml" />
<xi:include href="xml/gimpoperationpointfilter.xml" />
<xi:include href="xml/gimpoperationposterize.xml" />
<xi:include href="xml/gimpoperationthreshold.xml" />
<xi:include href="xml/gimpoperationtilesink.xml" />
<xi:include href="xml/gimpoperationtilesource.xml" />
</chapter>
<chapter id="app-gegl-config">
<title>Config Objects</title>
<xi:include href="xml/gimpbrightnesscontrastconfig.xml" />
<xi:include href="xml/gimpcolorbalanceconfig.xml" />
<xi:include href="xml/gimpcolorizeconfig.xml" />
<xi:include href="xml/gimpcurvesconfig.xml" />
<xi:include href="xml/gimpdesaturateconfig.xml" />
<xi:include href="xml/gimphuesaturationconfig.xml" />
<xi:include href="xml/gimplevelsconfig.xml" />
<xi:include href="xml/gimpposterizeconfig.xml" />
<xi:include href="xml/gimpthresholdconfig.xml" />
</chapter>
</part>
<part id="app-core-part"> <part id="app-core-part">
<title>Core</title> <title>Core</title>
<xi:include href="xml/core-types.xml" /> <xi:include href="xml/core-types.xml" />
@ -156,7 +192,6 @@
<title>The GIMP Application Instance Object</title> <title>The GIMP Application Instance Object</title>
<xi:include href="xml/gimp.xml" /> <xi:include href="xml/gimp.xml" />
<xi:include href="xml/gimp-contexts.xml" /> <xi:include href="xml/gimp-contexts.xml" />
<xi:include href="xml/gimp-documents.xml" />
<xi:include href="xml/gimp-edit.xml" /> <xi:include href="xml/gimp-edit.xml" />
<xi:include href="xml/gimp-gradients.xml" /> <xi:include href="xml/gimp-gradients.xml" />
<xi:include href="xml/gimp-gui.xml" /> <xi:include href="xml/gimp-gui.xml" />
@ -203,6 +238,7 @@
<xi:include href="xml/gimpbrushgenerated-save.xml" /> <xi:include href="xml/gimpbrushgenerated-save.xml" />
<xi:include href="xml/gimpbrushpipe.xml" /> <xi:include href="xml/gimpbrushpipe.xml" />
<xi:include href="xml/gimpcurve.xml" /> <xi:include href="xml/gimpcurve.xml" />
<xi:include href="xml/gimpcurve-map.xml" />
<xi:include href="xml/gimpcurve-load.xml" /> <xi:include href="xml/gimpcurve-load.xml" />
<xi:include href="xml/gimpcurve-save.xml" /> <xi:include href="xml/gimpcurve-save.xml" />
<xi:include href="xml/gimpgradient.xml" /> <xi:include href="xml/gimpgradient.xml" />
@ -221,17 +257,26 @@
<title>Drawable Objects</title> <title>Drawable Objects</title>
<xi:include href="xml/gimpdrawable.xml" /> <xi:include href="xml/gimpdrawable.xml" />
<xi:include href="xml/gimpdrawable-blend.xml" /> <xi:include href="xml/gimpdrawable-blend.xml" />
<xi:include href="xml/gimpdrawable-brightness-contrast.xml" />
<xi:include href="xml/gimpdrawable-bucket-fill.xml" /> <xi:include href="xml/gimpdrawable-bucket-fill.xml" />
<xi:include href="xml/gimpdrawable-color-balance.xml" />
<xi:include href="xml/gimpdrawable-colorize.xml" />
<xi:include href="xml/gimpdrawable-combine.xml" /> <xi:include href="xml/gimpdrawable-combine.xml" />
<xi:include href="xml/gimpdrawable-convert.xml" /> <xi:include href="xml/gimpdrawable-convert.xml" />
<xi:include href="xml/gimpdrawable-curves.xml" />
<xi:include href="xml/gimpdrawable-desaturate.xml" /> <xi:include href="xml/gimpdrawable-desaturate.xml" />
<xi:include href="xml/gimpdrawable-equalize.xml" /> <xi:include href="xml/gimpdrawable-equalize.xml" />
<xi:include href="xml/gimpdrawable-foreground-extract.xml" /> <xi:include href="xml/gimpdrawable-foreground-extract.xml" />
<xi:include href="xml/gimpdrawable-histogram.xml" /> <xi:include href="xml/gimpdrawable-histogram.xml" />
<xi:include href="xml/gimpdrawable-hue-saturation.xml" />
<xi:include href="xml/gimpdrawable-invert.xml" /> <xi:include href="xml/gimpdrawable-invert.xml" />
<xi:include href="xml/gimpdrawable-levels.xml" /> <xi:include href="xml/gimpdrawable-levels.xml" />
<xi:include href="xml/gimpdrawable-offset.xml" /> <xi:include href="xml/gimpdrawable-offset.xml" />
<xi:include href="xml/gimpdrawable-operation.xml" />
<xi:include href="xml/gimpdrawable-process.xml" />
<xi:include href="xml/gimpdrawable-preview.xml" /> <xi:include href="xml/gimpdrawable-preview.xml" />
<xi:include href="xml/gimpdrawable-shadow.xml" />
<xi:include href="xml/gimpdrawable-threshold.xml" />
<xi:include href="xml/gimpdrawable-transform.xml" /> <xi:include href="xml/gimpdrawable-transform.xml" />
<xi:include href="xml/gimpchannel.xml" /> <xi:include href="xml/gimpchannel.xml" />
<xi:include href="xml/gimpchannel-combine.xml" /> <xi:include href="xml/gimpchannel-combine.xml" />
@ -299,6 +344,7 @@
<xi:include href="xml/gimpguide.xml" /> <xi:include href="xml/gimpguide.xml" />
<xi:include href="xml/gimpimagefile.xml" /> <xi:include href="xml/gimpimagefile.xml" />
<xi:include href="xml/gimpimagemap.xml" /> <xi:include href="xml/gimpimagemap.xml" />
<xi:include href="xml/gimpimagemapconfig.xml" />
<xi:include href="xml/gimpparasitelist.xml" /> <xi:include href="xml/gimpparasitelist.xml" />
<xi:include href="xml/gimppdbprogress.xml" /> <xi:include href="xml/gimppdbprogress.xml" />
<xi:include href="xml/gimpprojection.xml" /> <xi:include href="xml/gimpprojection.xml" />
@ -311,6 +357,7 @@
<title>Interfaces</title> <title>Interfaces</title>
<xi:include href="xml/gimppickable.xml" /> <xi:include href="xml/gimppickable.xml" />
<xi:include href="xml/gimpprogress.xml" /> <xi:include href="xml/gimpprogress.xml" />
<xi:include href="xml/gimptagged.xml" />
</chapter> </chapter>
<chapter id="app-core-misc-utils"> <chapter id="app-core-misc-utils">
@ -561,6 +608,7 @@
<xi:include href="xml/gimpdisplayshell-filter-dialog.xml" /> <xi:include href="xml/gimpdisplayshell-filter-dialog.xml" />
<xi:include href="xml/gimpdisplayshell-filter.xml" /> <xi:include href="xml/gimpdisplayshell-filter.xml" />
<xi:include href="xml/gimpdisplayshell-handlers.xml" /> <xi:include href="xml/gimpdisplayshell-handlers.xml" />
<xi:include href="xml/gimpdisplayshell-icon.xml" />
<xi:include href="xml/gimpdisplayshell-layer-select.xml" /> <xi:include href="xml/gimpdisplayshell-layer-select.xml" />
<xi:include href="xml/gimpdisplayshell-preview.xml" /> <xi:include href="xml/gimpdisplayshell-preview.xml" />
<xi:include href="xml/gimpdisplayshell-render.xml" /> <xi:include href="xml/gimpdisplayshell-render.xml" />
@ -618,13 +666,15 @@
<title>Selection Tools</title> <title>Selection Tools</title>
<xi:include href="xml/gimpselectionoptions.xml" /> <xi:include href="xml/gimpselectionoptions.xml" />
<xi:include href="xml/gimpselectiontool.xml" /> <xi:include href="xml/gimpselectiontool.xml" />
<xi:include href="xml/gimpregionselectoptions.xml" />
<xi:include href="xml/gimpregionselecttool.xml" /> <xi:include href="xml/gimpregionselecttool.xml" />
<xi:include href="xml/gimprectselectoptions.xml" /> <xi:include href="xml/gimprectangleselectoptions.xml" />
<xi:include href="xml/gimprectselecttool.xml" /> <xi:include href="xml/gimprectangleselecttool.xml" />
<xi:include href="xml/gimpellipseselecttool.xml" /> <xi:include href="xml/gimpellipseselecttool.xml" />
<xi:include href="xml/gimpfreeselecttool.xml" /> <xi:include href="xml/gimpfreeselecttool.xml" />
<xi:include href="xml/gimpfuzzyselecttool.xml" /> <xi:include href="xml/gimpfuzzyselecttool.xml" />
<xi:include href="xml/gimpbycolorselecttool.xml" /> <xi:include href="xml/gimpbycolorselecttool.xml" />
<xi:include href="xml/gimpiscissorsoptions.xml" />
<xi:include href="xml/gimpiscissorstool.xml" /> <xi:include href="xml/gimpiscissorstool.xml" />
<xi:include href="xml/gimpforegroundselectoptions.xml" /> <xi:include href="xml/gimpforegroundselectoptions.xml" />
<xi:include href="xml/gimpforegroundselecttool.xml" /> <xi:include href="xml/gimpforegroundselecttool.xml" />
@ -660,11 +710,13 @@
<chapter id="app-tools-color-correction"> <chapter id="app-tools-color-correction">
<title>Color Correction Tools</title> <title>Color Correction Tools</title>
<xi:include href="xml/gimpimagemaptool.xml" /> <xi:include href="xml/gimpimagemaptool.xml" />
<xi:include href="xml/gimpimagemaptool-settings.xml" />
<xi:include href="xml/gimpimagemapoptions.xml" /> <xi:include href="xml/gimpimagemapoptions.xml" />
<xi:include href="xml/gimpbrightnesscontrasttool.xml" /> <xi:include href="xml/gimpbrightnesscontrasttool.xml" />
<xi:include href="xml/gimpcolorbalancetool.xml" /> <xi:include href="xml/gimpcolorbalancetool.xml" />
<xi:include href="xml/gimpcolorizetool.xml" /> <xi:include href="xml/gimpcolorizetool.xml" />
<xi:include href="xml/gimpcurvestool.xml" /> <xi:include href="xml/gimpcurvestool.xml" />
<xi:include href="xml/gimpdesaturatetool.xml" />
<xi:include href="xml/gimphuesaturationtool.xml" /> <xi:include href="xml/gimphuesaturationtool.xml" />
<xi:include href="xml/gimplevelstool.xml" /> <xi:include href="xml/gimplevelstool.xml" />
<xi:include href="xml/gimpposterizetool.xml" /> <xi:include href="xml/gimpposterizetool.xml" />
@ -693,6 +745,7 @@
<title>Text and Vector Tools</title> <title>Text and Vector Tools</title>
<xi:include href="xml/gimpaligntool.xml" /> <xi:include href="xml/gimpaligntool.xml" />
<xi:include href="xml/gimpalignoptions.xml" /> <xi:include href="xml/gimpalignoptions.xml" />
<xi:include href="xml/gimpgegltool.xml" />
<xi:include href="xml/gimprectangletool.xml" /> <xi:include href="xml/gimprectangletool.xml" />
<xi:include href="xml/gimprectangleoptions.xml" /> <xi:include href="xml/gimprectangleoptions.xml" />
<xi:include href="xml/gimptexttool.xml" /> <xi:include href="xml/gimptexttool.xml" />
@ -740,6 +793,7 @@
<chapter id="app-widgets-docks"> <chapter id="app-widgets-docks">
<title>Dock Windows &amp; Widgets</title> <title>Dock Windows &amp; Widgets</title>
<xi:include href="xml/gimpwindow.xml" />
<xi:include href="xml/gimpdock.xml" /> <xi:include href="xml/gimpdock.xml" />
<xi:include href="xml/gimpimagedock.xml" /> <xi:include href="xml/gimpimagedock.xml" />
<xi:include href="xml/gimpmenudock.xml" /> <xi:include href="xml/gimpmenudock.xml" />
@ -831,7 +885,9 @@
<xi:include href="xml/gimpaction.xml" /> <xi:include href="xml/gimpaction.xml" />
<xi:include href="xml/gimpenumaction.xml" /> <xi:include href="xml/gimpenumaction.xml" />
<xi:include href="xml/gimppluginaction.xml" /> <xi:include href="xml/gimppluginaction.xml" />
<xi:include href="xml/gimpradioaction.xml" />
<xi:include href="xml/gimpstringaction.xml" /> <xi:include href="xml/gimpstringaction.xml" />
<xi:include href="xml/gimptoggleaction.xml" />
<xi:include href="xml/gimpmenufactory.xml" /> <xi:include href="xml/gimpmenufactory.xml" />
<xi:include href="xml/gimpuimanager.xml" /> <xi:include href="xml/gimpuimanager.xml" />
</chapter> </chapter>
@ -877,12 +933,16 @@
<xi:include href="xml/gimphandlebar.xml" /> <xi:include href="xml/gimphandlebar.xml" />
<xi:include href="xml/gimphistogrambox.xml" /> <xi:include href="xml/gimphistogrambox.xml" />
<xi:include href="xml/gimphistogramview.xml" /> <xi:include href="xml/gimphistogramview.xml" />
<xi:include href="xml/gimplanguageentry.xml" />
<xi:include href="xml/gimplanguagestore.xml" />
<xi:include href="xml/gimplanguagestore-parser.xml" />
<xi:include href="xml/gimpimagecommenteditor.xml" /> <xi:include href="xml/gimpimagecommenteditor.xml" />
<xi:include href="xml/gimpimageparasiteview.xml" /> <xi:include href="xml/gimpimageparasiteview.xml" />
<xi:include href="xml/gimpimageprofileview.xml" /> <xi:include href="xml/gimpimageprofileview.xml" />
<xi:include href="xml/gimpimagepropview.xml" /> <xi:include href="xml/gimpimagepropview.xml" />
<xi:include href="xml/gimpmessagebox.xml" /> <xi:include href="xml/gimpmessagebox.xml" />
<xi:include href="xml/gimpprogressbox.xml" /> <xi:include href="xml/gimpprogressbox.xml" />
<xi:include href="xml/gimpscalebutton.xml" />
<xi:include href="xml/gimpsizebox.xml" /> <xi:include href="xml/gimpsizebox.xml" />
<xi:include href="xml/gimpstrokeeditor.xml" /> <xi:include href="xml/gimpstrokeeditor.xml" />
<xi:include href="xml/gimptemplateeditor.xml" /> <xi:include href="xml/gimptemplateeditor.xml" />
@ -928,20 +988,25 @@
<xi:include href="xml/gimpwidgets-constructors.xml" /> <xi:include href="xml/gimpwidgets-constructors.xml" />
</chapter> </chapter>
<chapter id="app-widgets-misc-utilities"> <chapter id="app-widgets-session-management">
<title>Misc. Utilities</title> <title>Session Management</title>
<xi:include href="xml/gimpclipboard.xml" />
<xi:include href="xml/gimpcursor.xml" />
<xi:include href="xml/gimpdialogfactory.xml" /> <xi:include href="xml/gimpdialogfactory.xml" />
<xi:include href="xml/gimpdnd.xml" />
<xi:include href="xml/gimpdnd-xds.xml" />
<xi:include href="xml/gimppixbuf.xml" />
<xi:include href="xml/gimpselectiondata.xml" />
<xi:include href="xml/gimpsessioninfo.xml" /> <xi:include href="xml/gimpsessioninfo.xml" />
<xi:include href="xml/gimpsessioninfo-aux.xml" /> <xi:include href="xml/gimpsessioninfo-aux.xml" />
<xi:include href="xml/gimpsessioninfo-book.xml" /> <xi:include href="xml/gimpsessioninfo-book.xml" />
<xi:include href="xml/gimpsessioninfo-dock.xml" /> <xi:include href="xml/gimpsessioninfo-dock.xml" />
<xi:include href="xml/gimpsessioninfo-dockable.xml" /> <xi:include href="xml/gimpsessioninfo-dockable.xml" />
</chapter>
<chapter id="app-widgets-misc-utilities">
<title>Misc. Utilities</title>
<xi:include href="xml/gimpcairo-wilber.xml" />
<xi:include href="xml/gimpclipboard.xml" />
<xi:include href="xml/gimpcursor.xml" />
<xi:include href="xml/gimpdnd.xml" />
<xi:include href="xml/gimpdnd-xds.xml" />
<xi:include href="xml/gimppixbuf.xml" />
<xi:include href="xml/gimpselectiondata.xml" />
<xi:include href="xml/gimphelp.xml" /> <xi:include href="xml/gimphelp.xml" />
<xi:include href="xml/gimpwidgets-utils.xml" /> <xi:include href="xml/gimpwidgets-utils.xml" />
</chapter> </chapter>
@ -996,6 +1061,8 @@
<xi:include href="xml/vectors-commands.xml" /> <xi:include href="xml/vectors-commands.xml" />
<xi:include href="xml/view-actions.xml" /> <xi:include href="xml/view-actions.xml" />
<xi:include href="xml/view-commands.xml" /> <xi:include href="xml/view-commands.xml" />
<xi:include href="xml/windows-actions.xml" />
<xi:include href="xml/windows-commands.xml" />
</chapter> </chapter>
<chapter id="app-actions-data-factory-actions"> <chapter id="app-actions-data-factory-actions">
@ -1069,10 +1136,10 @@
<xi:include href="xml/file-menu.xml" /> <xi:include href="xml/file-menu.xml" />
<xi:include href="xml/image-menu.xml" /> <xi:include href="xml/image-menu.xml" />
<xi:include href="xml/plug-in-menus.xml" /> <xi:include href="xml/plug-in-menus.xml" />
<xi:include href="xml/toolbox-menu.xml" />
<xi:include href="xml/tool-options-menu.xml" /> <xi:include href="xml/tool-options-menu.xml" />
<xi:include href="xml/dockable-menu.xml" /> <xi:include href="xml/dockable-menu.xml" />
<xi:include href="xml/window-menu.xml" /> <xi:include href="xml/window-menu.xml" />
<xi:include href="xml/windows-menu.xml" />
</chapter> </chapter>
</part> </part>
@ -1091,7 +1158,6 @@
<xi:include href="xml/about-dialog.xml" /> <xi:include href="xml/about-dialog.xml" />
<xi:include href="xml/channel-options-dialog.xml" /> <xi:include href="xml/channel-options-dialog.xml" />
<xi:include href="xml/convert-dialog.xml" /> <xi:include href="xml/convert-dialog.xml" />
<xi:include href="xml/desaturate-dialog.xml" />
<xi:include href="xml/fade-dialog.xml" /> <xi:include href="xml/fade-dialog.xml" />
<xi:include href="xml/file-open-dialog.xml" /> <xi:include href="xml/file-open-dialog.xml" />
<xi:include href="xml/file-open-location-dialog.xml" /> <xi:include href="xml/file-open-location-dialog.xml" />

File diff suppressed because it is too large Load diff

View file

@ -16,6 +16,7 @@ gimp_bezier_stroke_get_type
gimp_blend_options_get_type gimp_blend_options_get_type
gimp_blend_tool_get_type gimp_blend_tool_get_type
gimp_blob_editor_get_type gimp_blob_editor_get_type
gimp_brightness_contrast_config_get_type
gimp_brightness_contrast_tool_get_type gimp_brightness_contrast_tool_get_type
gimp_brush_clipboard_get_type gimp_brush_clipboard_get_type
gimp_brush_core_get_type gimp_brush_core_get_type
@ -41,6 +42,7 @@ gimp_channel_undo_get_type
gimp_clone_get_type gimp_clone_get_type
gimp_clone_options_get_type gimp_clone_options_get_type
gimp_clone_tool_get_type gimp_clone_tool_get_type
gimp_color_balance_config_get_type
gimp_color_balance_tool_get_type gimp_color_balance_tool_get_type
gimp_color_bar_get_type gimp_color_bar_get_type
gimp_color_dialog_get_type gimp_color_dialog_get_type
@ -53,6 +55,7 @@ gimp_color_picker_options_get_type
gimp_color_picker_tool_get_type gimp_color_picker_tool_get_type
gimp_color_selector_palette_get_type gimp_color_selector_palette_get_type
gimp_color_tool_get_type gimp_color_tool_get_type
gimp_colorize_config_get_type
gimp_colorize_tool_get_type gimp_colorize_tool_get_type
gimp_colormap_editor_get_type gimp_colormap_editor_get_type
gimp_component_editor_get_type gimp_component_editor_get_type
@ -80,6 +83,7 @@ gimp_crop_tool_get_type
gimp_cursor_view_get_type gimp_cursor_view_get_type
gimp_curve_get_type gimp_curve_get_type
gimp_curve_view_get_type gimp_curve_view_get_type
gimp_curves_config_get_type
gimp_curves_tool_get_type gimp_curves_tool_get_type
gimp_dash_editor_get_type gimp_dash_editor_get_type
gimp_data_editor_get_type gimp_data_editor_get_type
@ -87,12 +91,15 @@ gimp_data_factory_get_type
gimp_data_factory_view_get_type gimp_data_factory_view_get_type
gimp_data_get_type gimp_data_get_type
gimp_dbus_service_get_type gimp_dbus_service_get_type
gimp_desaturate_config_get_type
gimp_desaturate_tool_get_type
gimp_device_info_get_type gimp_device_info_get_type
gimp_device_status_get_type gimp_device_status_get_type
gimp_dialog_factory_get_type gimp_dialog_factory_get_type
gimp_display_config_get_type gimp_display_config_get_type
gimp_display_get_type gimp_display_get_type
gimp_display_options_fullscreen_get_type gimp_display_options_fullscreen_get_type
gimp_display_options_no_image_get_type
gimp_display_options_get_type gimp_display_options_get_type
gimp_display_shell_get_type gimp_display_shell_get_type
gimp_dock_get_type gimp_dock_get_type
@ -136,6 +143,7 @@ gimp_foreground_select_tool_get_type
gimp_foreground_select_tool_undo_get_type gimp_foreground_select_tool_undo_get_type
gimp_free_select_tool_get_type gimp_free_select_tool_get_type
gimp_fuzzy_select_tool_get_type gimp_fuzzy_select_tool_get_type
gimp_gegl_tool_get_type
gimp_get_type gimp_get_type
gimp_gradient_editor_get_type gimp_gradient_editor_get_type
gimp_gradient_get_type gimp_gradient_get_type
@ -152,11 +160,13 @@ gimp_histogram_box_get_type
gimp_histogram_editor_get_type gimp_histogram_editor_get_type
gimp_histogram_options_get_type gimp_histogram_options_get_type
gimp_histogram_view_get_type gimp_histogram_view_get_type
gimp_hue_saturation_config_get_type
gimp_hue_saturation_tool_get_type gimp_hue_saturation_tool_get_type
gimp_image_comment_editor_get_type gimp_image_comment_editor_get_type
gimp_image_dock_get_type gimp_image_dock_get_type
gimp_image_editor_get_type gimp_image_editor_get_type
gimp_image_get_type gimp_image_get_type
gimp_image_map_config_get_type
gimp_image_map_get_type gimp_image_map_get_type
gimp_image_map_options_get_type gimp_image_map_options_get_type
gimp_image_map_tool_get_type gimp_image_map_tool_get_type
@ -171,11 +181,13 @@ gimp_ink_options_get_type
gimp_ink_tool_get_type gimp_ink_tool_get_type
gimp_ink_undo_get_type gimp_ink_undo_get_type
gimp_interpreter_db_get_type gimp_interpreter_db_get_type
gimp_iscissors_options_get_type
gimp_iscissors_tool_get_type gimp_iscissors_tool_get_type
gimp_item_get_type gimp_item_get_type
gimp_item_prop_undo_get_type gimp_item_prop_undo_get_type
gimp_item_tree_view_get_type gimp_item_tree_view_get_type
gimp_item_undo_get_type gimp_item_undo_get_type
gimp_language_entry_get_type
gimp_layer_get_type gimp_layer_get_type
gimp_layer_mask_get_type gimp_layer_mask_get_type
gimp_layer_mask_prop_undo_get_type gimp_layer_mask_prop_undo_get_type
@ -183,6 +195,7 @@ gimp_layer_mask_undo_get_type
gimp_layer_prop_undo_get_type gimp_layer_prop_undo_get_type
gimp_layer_tree_view_get_type gimp_layer_tree_view_get_type
gimp_layer_undo_get_type gimp_layer_undo_get_type
gimp_levels_config_get_type
gimp_levels_tool_get_type gimp_levels_tool_get_type
gimp_list_get_type gimp_list_get_type
gimp_magnify_options_get_type gimp_magnify_options_get_type
@ -199,6 +212,17 @@ gimp_move_tool_get_type
gimp_navigation_editor_get_type gimp_navigation_editor_get_type
gimp_navigation_view_get_type gimp_navigation_view_get_type
gimp_object_get_type gimp_object_get_type
gimp_operation_color_balance_get_type
gimp_operation_colorize_get_type
gimp_operation_curves_get_type
gimp_operation_desaturate_get_type
gimp_operation_hue_saturation_get_type
gimp_operation_levels_get_type
gimp_operation_point_filter_get_type
gimp_operation_posterize_get_type
gimp_operation_threshold_get_type
gimp_operation_tile_sink_get_type
gimp_operation_tile_source_get_type
gimp_paint_core_get_type gimp_paint_core_get_type
gimp_paint_info_get_type gimp_paint_info_get_type
gimp_paint_options_get_type gimp_paint_options_get_type
@ -231,6 +255,7 @@ gimp_plug_in_get_type
gimp_plug_in_manager_get_type gimp_plug_in_manager_get_type
gimp_plug_in_procedure_get_type gimp_plug_in_procedure_get_type
gimp_plugin_config_get_type gimp_plugin_config_get_type
gimp_posterize_config_get_type
gimp_posterize_tool_get_type gimp_posterize_tool_get_type
gimp_procedure_get_type gimp_procedure_get_type
gimp_profile_chooser_dialog_get_type gimp_profile_chooser_dialog_get_type
@ -238,11 +263,13 @@ gimp_progress_box_get_type
gimp_progress_dialog_get_type gimp_progress_dialog_get_type
gimp_progress_interface_get_type gimp_progress_interface_get_type
gimp_projection_get_type gimp_projection_get_type
gimp_radio_action_get_type
gimp_rc_get_type gimp_rc_get_type
gimp_rect_select_options_get_type gimp_rectangle_select_options_get_type
gimp_rect_select_tool_get_type gimp_rectangle_select_tool_get_type
gimp_rectangle_options_interface_get_type gimp_rectangle_options_interface_get_type
gimp_rectangle_tool_interface_get_type gimp_rectangle_tool_interface_get_type
gimp_region_select_options_get_type
gimp_region_select_tool_get_type gimp_region_select_tool_get_type
gimp_rotate_tool_get_type gimp_rotate_tool_get_type
gimp_sample_point_editor_get_type gimp_sample_point_editor_get_type
@ -253,6 +280,7 @@ gimp_selection_editor_get_type
gimp_selection_get_type gimp_selection_get_type
gimp_selection_options_get_type gimp_selection_options_get_type
gimp_selection_tool_get_type gimp_selection_tool_get_type
gimp_session_info_get_type
gimp_shear_tool_get_type gimp_shear_tool_get_type
gimp_size_box_get_type gimp_size_box_get_type
gimp_smudge_get_type gimp_smudge_get_type
@ -268,6 +296,7 @@ gimp_stroke_editor_get_type
gimp_stroke_get_type gimp_stroke_get_type
gimp_stroke_options_get_type gimp_stroke_options_get_type
gimp_sub_progress_get_type gimp_sub_progress_get_type
gimp_tagged_interface_get_type
gimp_template_editor_get_type gimp_template_editor_get_type
gimp_template_get_type gimp_template_get_type
gimp_template_view_get_type gimp_template_view_get_type
@ -279,8 +308,10 @@ gimp_text_layout_get_type
gimp_text_options_get_type gimp_text_options_get_type
gimp_text_tool_get_type gimp_text_tool_get_type
gimp_text_undo_get_type gimp_text_undo_get_type
gimp_threshold_config_get_type
gimp_threshold_tool_get_type gimp_threshold_tool_get_type
gimp_thumb_box_get_type gimp_thumb_box_get_type
gimp_toggle_action_get_type
gimp_tool_control_get_type gimp_tool_control_get_type
gimp_tool_dialog_get_type gimp_tool_dialog_get_type
gimp_tool_get_type gimp_tool_get_type
@ -320,6 +351,7 @@ gimp_view_renderer_vectors_get_type
gimp_viewable_button_get_type gimp_viewable_button_get_type
gimp_viewable_dialog_get_type gimp_viewable_dialog_get_type
gimp_viewable_get_type gimp_viewable_get_type
gimp_window_get_type
gtk_hwrap_box_get_type gtk_hwrap_box_get_type
gtk_vwrap_box_get_type gtk_vwrap_box_get_type
gtk_wrap_box_get_type gtk_wrap_box_get_type