app/app-docs.sgml app/app-sections.txt updated.

2003-09-30  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: updated.
This commit is contained in:
Sven Neumann 2003-09-30 00:15:20 +00:00 committed by Sven Neumann
parent f4c7ef9914
commit f70db19900
4 changed files with 49 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2003-09-30 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml
* app/app-sections.txt
* app/app.types: updated.
2003-09-28 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml

View File

@ -132,6 +132,7 @@
<xi:include href="xml/gimpdata.xml"/>
<xi:include href="xml/gimpitem.xml"/>
<xi:include href="xml/gimpitem-linked.xml"/>
<xi:include href="xml/gimpitem-preview.xml"/>
</chapter>
<chapter id="app-core-containers">
@ -587,6 +588,7 @@
<xi:include href="xml/gimperrorconsole.xml"/>
<xi:include href="xml/gimpstrokeeditor.xml"/>
<xi:include href="xml/gimptemplateeditor.xml"/>
<xi:include href="xml/gimptooloptionseditor.xml"/>
</chapter>
<chapter id="app-widgets-data-editors">
@ -741,11 +743,10 @@
<xi:include href="xml/preferences-dialog.xml"/>
<xi:include href="xml/resize-dialog.xml"/>
<xi:include href="xml/resolution-calibrate-dialog.xml"/>
<xi:include href="xml/splash.xml"/>
<xi:include href="xml/stroke-dialog.xml"/>
<xi:include href="xml/tips-dialog.xml"/>
<xi:include href="xml/tips-parser.xml"/>
<xi:include href="xml/tool-options-dialog.xml"/>
<xi:include href="xml/splash.xml"/>
<xi:include href="xml/user-install-dialog.xml"/>
</chapter>
@ -838,6 +839,8 @@
<xi:include href="xml/qmask-commands.xml"/>
<xi:include href="xml/templates-menu.xml"/>
<xi:include href="xml/templates-commands.xml"/>
<xi:include href="xml/tool-options-menus.xml"/>
<xi:include href="xml/tool-options-commands.xml"/>
</chapter>
</part>

View File

@ -1222,6 +1222,7 @@ GimpToolOptions
gimp_tool_options_reset
gimp_tool_options_serialize
gimp_tool_options_deserialize
gimp_tool_options_build_filename
<SUBSECTION Standard>
GimpToolOptionsClass
GIMP_TOOL_OPTIONS
@ -4316,6 +4317,22 @@ GIMP_TYPE_TEXT_EDITOR
gimp_text_editor_get_type
</SECTION>
<SECTION>
<FILE>gimptooloptionseditor</FILE>
<TITLE>GimpToolOptionsEditor</TITLE>
GimpToolOptionsEditor
gimp_tool_options_editor_new
<SUBSECTION Standard>
GimpToolOptionsEditorClass
GIMP_TOOL_OPTIONS_EDITOR
GIMP_IS_TOOL_OPTIONS_EDITOR
GIMP_TYPE_TOOL_OPTIONS_EDITOR
gimp_tool_options_editor_get_type
GIMP_TOOL_OPTIONS_EDITOR_CLASS
GIMP_IS_TOOL_OPTIONS_EDITOR_CLASS
GIMP_TOOL_OPTIONS_EDITOR_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimptoolbox</FILE>
<TITLE>GimpToolbox</TITLE>
@ -5213,8 +5230,6 @@ gimp_drawable_offset
<SECTION>
<FILE>gimpdrawable-preview</FILE>
<TITLE>GimpDrawable-preview</TITLE>
gimp_drawable_get_preview_size
gimp_drawable_get_popup_size
gimp_drawable_get_preview
</SECTION>
@ -5481,6 +5496,12 @@ gimp_item_linked_rotate
gimp_item_linked_transform
</SECTION>
<SECTION>
<FILE>gimpitem-preview</FILE>
gimp_item_get_preview_size
gimp_item_get_popup_size
</SECTION>
<SECTION>
<FILE>gimplayer-floating-sel</FILE>
floating_sel_attach
@ -6297,8 +6318,20 @@ gimp_tips_free
</SECTION>
<SECTION>
<FILE>tool-options-dialog</FILE>
tool_options_dialog_create
<FILE>tool-options-menu</FILE>
tool_options_menu_setup
tool_options_menu_update
n_tool_options_menu_entries
</SECTION>
<SECTION>
<FILE>tool-options-commands</FILE>
tool_options_save_to_cmd_callback
tool_options_save_new_cmd_callback
tool_options_restore_from_cmd_callback
tool_options_delete_saved_cmd_callback
tool_options_reset_cmd_callback
tool_options_reset_all_cmd_callback
</SECTION>
<SECTION>

View File

@ -182,6 +182,7 @@ gimp_tool_control_get_type
gimp_tool_get_type
gimp_tool_info_get_type
gimp_tool_options_get_type
gimp_tool_options_editor_get_type
gimp_toolbox_get_type
gimp_transform_options_get_type
gimp_transform_tool_get_type