mirror of https://github.com/GNOME/gimp.git
devel-docs: make app/ docs build again and update them a bit
It's now less bad than before but still a horror.
This commit is contained in:
parent
258b3f6623
commit
2e3e941de3
|
@ -69,6 +69,7 @@ GTKDOC_LIBS = \
|
|||
$(top_builddir)/app/app.o \
|
||||
$(top_builddir)/app/batch.o \
|
||||
$(top_builddir)/app/errors.o \
|
||||
$(top_builddir)/app/language.o \
|
||||
$(top_builddir)/app/sanity.o \
|
||||
$(top_builddir)/app/units.o \
|
||||
$(top_builddir)/app/gimp-debug.o \
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
<xi:include href="xml/reduce-region.xml" />
|
||||
<xi:include href="xml/scale-region.xml" />
|
||||
<xi:include href="xml/subsample-region.xml" />
|
||||
<xi:include href="xml/layer-modes.xml" />
|
||||
</part>
|
||||
|
||||
<part id="app-composite-part">
|
||||
|
@ -103,7 +102,6 @@
|
|||
<xi:include href="xml/tile-private.xml" />
|
||||
<xi:include href="xml/tile-cache.xml" />
|
||||
<xi:include href="xml/tile-manager.xml" />
|
||||
<xi:include href="xml/tile-manager-crop.xml" />
|
||||
<xi:include href="xml/tile-manager-preview.xml" />
|
||||
<xi:include href="xml/tile-manager-private.xml" />
|
||||
<xi:include href="xml/tile-pyramid.xml" />
|
||||
|
@ -193,6 +191,7 @@
|
|||
<xi:include href="xml/gimpdrawablestack.xml" />
|
||||
<xi:include href="xml/gimpdocumentlist.xml" />
|
||||
<xi:include href="xml/gimptoolpresets.xml" />
|
||||
<xi:include href="xml/gimpitemtree.xml" />
|
||||
<xi:include href="xml/gimptreehandler.xml" />
|
||||
</chapter>
|
||||
|
||||
|
@ -250,6 +249,10 @@
|
|||
<xi:include href="xml/gimpcurve-map.xml" />
|
||||
<xi:include href="xml/gimpcurve-load.xml" />
|
||||
<xi:include href="xml/gimpcurve-save.xml" />
|
||||
<xi:include href="xml/gimpdynamics.xml" />
|
||||
<xi:include href="xml/gimpdynamics-load.xml" />
|
||||
<xi:include href="xml/gimpdynamics-save.xml" />
|
||||
<xi:include href="xml/gimpdynamicsoutput.xml" />
|
||||
<xi:include href="xml/gimpgradient.xml" />
|
||||
<xi:include href="xml/gimpgradient-load.xml" />
|
||||
<xi:include href="xml/gimpgradient-save.xml" />
|
||||
|
@ -260,6 +263,9 @@
|
|||
<xi:include href="xml/gimppattern-header.xml" />
|
||||
<xi:include href="xml/gimppattern-load.xml" />
|
||||
<xi:include href="xml/gimppatternclipboard.xml" />
|
||||
<xi:include href="xml/gimptoolpreset.xml" />
|
||||
<xi:include href="xml/gimptoolpreset-load.xml" />
|
||||
<xi:include href="xml/gimptoolpreset-save.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="app-core-drawable">
|
||||
|
@ -427,6 +433,7 @@
|
|||
<title>The GimpVectors Objects</title>
|
||||
<xi:include href="xml/vectors-types.xml" />
|
||||
<xi:include href="xml/gimpanchor.xml" />
|
||||
<xi:include href="xml/gimpbezierdesc.xml" />
|
||||
<xi:include href="xml/gimpbezierstroke.xml" />
|
||||
<xi:include href="xml/gimpstroke.xml" />
|
||||
<xi:include href="xml/gimpstroke-new.xml" />
|
||||
|
@ -578,7 +585,6 @@
|
|||
<title>Initialization & Font Management</title>
|
||||
<xi:include href="xml/gimp-fonts.xml" />
|
||||
<xi:include href="xml/gimpfont.xml" />
|
||||
<xi:include href="xml/gimpfont-utils.xml" />
|
||||
<xi:include href="xml/gimpfontlist.xml" />
|
||||
</chapter>
|
||||
|
||||
|
@ -610,6 +616,11 @@
|
|||
<title>Display</title>
|
||||
<xi:include href="xml/display-enums.xml" />
|
||||
|
||||
<chapter id="app-image-window">
|
||||
<title>The GimpImageWindow Widget</title>
|
||||
<xi:include href="xml/gimpimagewindow.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="app-display-display">
|
||||
<title>The GimpDisplay Object</title>
|
||||
<xi:include href="xml/gimpdisplay.xml" />
|
||||
|
@ -624,17 +635,17 @@
|
|||
<xi:include href="xml/gimpdisplayshell.xml" />
|
||||
<xi:include href="xml/gimpdisplayshell-appearance.xml" />
|
||||
<xi:include href="xml/gimpdisplayshell-callbacks.xml" />
|
||||
<xi:include href="xml/gimpdisplayshell-tool-events.xml" />
|
||||
<xi:include href="xml/gimpdisplayshell-close.xml" />
|
||||
<xi:include href="xml/gimpdisplayshell-coords.xml" />
|
||||
<xi:include href="xml/gimpdisplayshell-cursor.xml" />
|
||||
<xi:include href="xml/gimpdisplayshell-dnd.xml" />
|
||||
<xi:include href="xml/gimpdisplayshell-draw.xml" />
|
||||
<xi:include href="xml/gimpdisplayshell-expose.xml" />
|
||||
<xi:include href="xml/gimpdisplayshell-filter-dialog.xml" />
|
||||
<xi:include href="xml/gimpdisplayshell-filter.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-preview.xml" />
|
||||
<xi:include href="xml/gimpdisplayshell-render.xml" />
|
||||
<xi:include href="xml/gimpdisplayshell-scale.xml" />
|
||||
<xi:include href="xml/gimpdisplayshell-scale-dialog.xml" />
|
||||
|
@ -667,8 +678,11 @@
|
|||
<xi:include href="xml/gimpcanvasprogress.xml" />
|
||||
<xi:include href="xml/gimpcanvasproxygroup.xml" />
|
||||
<xi:include href="xml/gimpcanvasrectangle.xml" />
|
||||
<xi:include href="xml/gimpcanvasrectangleguides.xml" />
|
||||
<xi:include href="xml/gimpcanvassamplepoint.xml" />
|
||||
<xi:include href="xml/gimpcanvastextcursor.xml" />
|
||||
<xi:include href="xml/gimpcanvasgransformguides.xml" />
|
||||
<xi:include href="xml/gimpcanvasgransformpreview.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="app-display-utils">
|
||||
|
@ -799,6 +813,7 @@
|
|||
<xi:include href="xml/gimprectangletool.xml" />
|
||||
<xi:include href="xml/gimprectangleoptions.xml" />
|
||||
<xi:include href="xml/gimptexttool.xml" />
|
||||
<xi:include href="xml/gimptexttool-editor.xml" />
|
||||
<xi:include href="xml/gimptextoptions.xml" />
|
||||
<xi:include href="xml/gimpvectortool.xml" />
|
||||
<xi:include href="xml/gimpvectoroptions.xml" />
|
||||
|
@ -823,6 +838,7 @@
|
|||
<chapter id="app-widgets-devices">
|
||||
<title>Input Device Management</title>
|
||||
<xi:include href="xml/gimpdevices.xml" />
|
||||
<xi:include href="xml/gimpdevicemanager.xml" />
|
||||
<xi:include href="xml/gimpdeviceinfo.xml" />
|
||||
</chapter>
|
||||
|
||||
|
@ -833,6 +849,7 @@
|
|||
<xi:include href="xml/gimpcontrollerlist.xml" />
|
||||
<xi:include href="xml/gimpcontrollerinfo.xml" />
|
||||
<xi:include href="xml/gimpcontrollerkeyboard.xml" />
|
||||
<xi:include href="xml/gimpcontrollermouse.xml" />
|
||||
<xi:include href="xml/gimpcontrollerwheel.xml" />
|
||||
</chapter>
|
||||
|
||||
|
@ -845,6 +862,9 @@
|
|||
<title>Dock Windows & Widgets</title>
|
||||
<xi:include href="xml/gimpwindow.xml" />
|
||||
<xi:include href="xml/gimpdockwindow.xml" />
|
||||
<xi:include href="xml/gimppanedbox.xml" />
|
||||
<xi:include href="xml/gimpdockcolumns.xml" />
|
||||
<xi:include href="xml/gimpdockcontainer.xml" />
|
||||
<xi:include href="xml/gimpdock.xml" />
|
||||
<xi:include href="xml/gimpmenudock.xml" />
|
||||
<xi:include href="xml/gimptoolbox.xml" />
|
||||
|
@ -852,7 +872,6 @@
|
|||
<xi:include href="xml/gimptoolbox-color-area.xml" />
|
||||
<xi:include href="xml/gimptoolbox-image-area.xml" />
|
||||
<xi:include href="xml/gimptoolbox-indicator-area.xml" />
|
||||
<xi:include href="xml/gimpdockseparator.xml" />
|
||||
<xi:include href="xml/gimpdockbook.xml" />
|
||||
<xi:include href="xml/gimpdockable.xml" />
|
||||
<xi:include href="xml/gimpdocked.xml" />
|
||||
|
@ -956,8 +975,6 @@
|
|||
<xi:include href="xml/gimpmessagedialog.xml" />
|
||||
<xi:include href="xml/gimpprofilechooserdialog.xml" />
|
||||
<xi:include href="xml/gimpprogressdialog.xml" />
|
||||
<xi:include href="xml/gimptexteditor.xml" />
|
||||
<xi:include href="xml/gimptextproxy.xml" />
|
||||
<xi:include href="xml/gimptooldialog.xml" />
|
||||
<xi:include href="xml/gimpviewabledialog.xml" />
|
||||
</chapter>
|
||||
|
@ -972,6 +989,16 @@
|
|||
<xi:include href="xml/gimppatternselect.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="app-widgets-text-editing">
|
||||
<title>Misc. Dialogs</title>
|
||||
<xi:include href="xml/gimptextbuffer.xml" />
|
||||
<xi:include href="xml/gimptextbuffer-serialize.xml" />
|
||||
<xi:include href="xml/gimptexteditor.xml" />
|
||||
<xi:include href="xml/gimptextproxy.xml" />
|
||||
<xi:include href="xml/gimptextstyleeditor.xml" />
|
||||
<xi:include href="xml/gimptexttag.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="app-widgets-misc-widgets">
|
||||
<title>Misc. Widgets</title>
|
||||
<xi:include href="xml/gimpactioneditor.xml" />
|
||||
|
@ -1044,8 +1071,6 @@
|
|||
|
||||
<chapter id="app-widgets-constructors">
|
||||
<title>Convenience Constructors</title>
|
||||
<xi:include href="xml/gimpunitstore.xml" />
|
||||
<xi:include href="xml/gimpunitcombobox.xml" />
|
||||
<xi:include href="xml/gimpscalecombobox.xml" />
|
||||
<xi:include href="xml/gimppropwidgets.xml" />
|
||||
<xi:include href="xml/gimpwidgets-constructors.xml" />
|
||||
|
@ -1079,7 +1104,6 @@
|
|||
<title>Stuff that Should not be here</title>
|
||||
<xi:include href="xml/gtkwrapbox.xml" />
|
||||
<xi:include href="xml/gtkhwrapbox.xml" />
|
||||
<xi:include href="xml/gtkvwrapbox.xml" />
|
||||
</chapter>
|
||||
</part>
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -33,7 +33,27 @@ gimp_bucket_fill_tool_get_type
|
|||
gimp_buffer_get_type
|
||||
gimp_buffer_view_get_type
|
||||
gimp_by_color_select_tool_get_type
|
||||
gimp_canvas_get_type
|
||||
gimp_cage_options_get_type
|
||||
gimp_cage_tool_get_type
|
||||
gimp_canvas_arc_get_type
|
||||
gimp_canvas_boundary_get_type
|
||||
gimp_canvas_corner_get_type
|
||||
gimp_canvas_cursor_get_type
|
||||
gimp_canvas_grid_get_type
|
||||
gimp_canvas_group_get_type
|
||||
gimp_canvas_guide_get_type
|
||||
gimp_canvas_handle_get_type
|
||||
gimp_canvas_item_get_type
|
||||
gimp_canvas_layer_boundary_get_type
|
||||
gimp_canvas_line_get_type
|
||||
gimp_canvas_passe_partout_get_type
|
||||
gimp_canvas_path_get_type
|
||||
gimp_canvas_pen_get_type
|
||||
gimp_canvas_polygon_get_type
|
||||
gimp_canvas_progress_get_type
|
||||
gimp_canvas_proxy_group_get_type
|
||||
gimp_canvas_rectangle_get_type
|
||||
gimp_canvas_sample_point_get_type
|
||||
gimp_cell_renderer_dashes_get_type
|
||||
gimp_cell_renderer_viewable_get_type
|
||||
gimp_channel_get_type
|
||||
|
@ -59,6 +79,7 @@ gimp_color_tool_get_type
|
|||
gimp_colorize_config_get_type
|
||||
gimp_colorize_tool_get_type
|
||||
gimp_colormap_editor_get_type
|
||||
gimp_combo_tag_entry_get_type
|
||||
gimp_component_editor_get_type
|
||||
gimp_container_box_get_type
|
||||
gimp_container_combo_box_get_type
|
||||
|
@ -74,6 +95,7 @@ gimp_controller_editor_get_type
|
|||
gimp_controller_info_get_type
|
||||
gimp_controller_keyboard_get_type
|
||||
gimp_controller_list_get_type
|
||||
gimp_controller_mouse_get_type
|
||||
gimp_controller_wheel_get_type
|
||||
gimp_convolve_get_type
|
||||
gimp_convolve_options_get_type
|
||||
|
@ -95,14 +117,17 @@ gimp_dbus_service_get_type
|
|||
gimp_desaturate_config_get_type
|
||||
gimp_desaturate_tool_get_type
|
||||
gimp_device_info_get_type
|
||||
gimp_device_manager_get_type
|
||||
gimp_device_status_get_type
|
||||
gimp_dialog_factory_get_type
|
||||
gimp_display_config_get_type
|
||||
gimp_display_get_type
|
||||
gimp_display_options_fullscreen_get_type
|
||||
gimp_display_options_no_image_get_type
|
||||
gimp_display_options_get_type
|
||||
gimp_display_options_no_image_get_type
|
||||
gimp_display_shell_get_type
|
||||
gimp_dock_columns_get_type
|
||||
gimp_dock_container_interface_get_type
|
||||
gimp_dock_get_type
|
||||
gimp_dock_window_get_type
|
||||
gimp_dockable_get_type
|
||||
|
@ -181,6 +206,7 @@ gimp_image_profile_view_get_type
|
|||
gimp_image_prop_view_get_type
|
||||
gimp_image_undo_get_type
|
||||
gimp_image_view_get_type
|
||||
gimp_image_window_get_type
|
||||
gimp_imagefile_get_type
|
||||
gimp_ink_get_type
|
||||
gimp_ink_options_get_type
|
||||
|
@ -274,9 +300,9 @@ gimp_projectable_interface_get_type
|
|||
gimp_projection_get_type
|
||||
gimp_radio_action_get_type
|
||||
gimp_rc_get_type
|
||||
gimp_rectangle_options_interface_get_type
|
||||
gimp_rectangle_select_options_get_type
|
||||
gimp_rectangle_select_tool_get_type
|
||||
gimp_rectangle_options_interface_get_type
|
||||
gimp_rectangle_tool_interface_get_type
|
||||
gimp_region_select_options_get_type
|
||||
gimp_region_select_tool_get_type
|
||||
|
@ -307,16 +333,16 @@ gimp_stroke_editor_get_type
|
|||
gimp_stroke_get_type
|
||||
gimp_stroke_options_get_type
|
||||
gimp_sub_progress_get_type
|
||||
gimp_tag_get_type
|
||||
gimp_tag_cache_get_type
|
||||
gimp_combo_tag_entry_get_type
|
||||
gimp_tag_entry_get_type
|
||||
gimp_tag_get_type
|
||||
gimp_tag_popup_get_type
|
||||
gimp_tagged_interface_get_type
|
||||
gimp_template_editor_get_type
|
||||
gimp_template_get_type
|
||||
gimp_template_view_get_type
|
||||
gimp_temporary_procedure_get_type
|
||||
gimp_text_buffer_get_type
|
||||
gimp_text_editor_get_type
|
||||
gimp_text_get_type
|
||||
gimp_text_layer_get_type
|
||||
|
@ -336,6 +362,7 @@ gimp_tool_get_type
|
|||
gimp_tool_info_get_type
|
||||
gimp_tool_options_editor_get_type
|
||||
gimp_tool_options_get_type
|
||||
gimp_tool_palette_get_type
|
||||
gimp_tool_preset_get_type
|
||||
gimp_toolbox_get_type
|
||||
gimp_transform_options_get_type
|
||||
|
|
Loading…
Reference in New Issue