app/app-docs.sgml updated.

2004-09-24  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt: updated.
This commit is contained in:
Sven Neumann 2004-09-24 15:39:26 +00:00 committed by Sven Neumann
parent f4b3d0918e
commit 8c0a713fea
3 changed files with 60 additions and 20 deletions

View File

@ -1,3 +1,8 @@
2004-09-24 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml
* app/app-sections.txt: updated.
2004-09-23 Sven Neumann <sven@gimp.org>
* libgimp/libgimp-docs.sgml

View File

@ -355,13 +355,15 @@
<title>Initialization &amp; Plug-In Management</title>
<xi:include href="xml/plug-ins.xml" />
<xi:include href="xml/plug-in-def.xml" />
<xi:include href="xml/plug-in-proc.xml" />
<xi:include href="xml/plug-in-proc-def.xml" />
<xi:include href="xml/plug-in-proc-frame.xml" />
<xi:include href="xml/plug-in-rc.xml" />
</chapter>
<chapter id="app-plug-in-execution">
<title>Plug-In Execution</title>
<xi:include href="xml/plug-in.xml" />
<xi:include href="xml/plug-in-context.xml" />
<xi:include href="xml/plug-in-debug.xml" />
<xi:include href="xml/plug-in-message.xml" />
<xi:include href="xml/plug-in-params.xml" />
@ -745,6 +747,7 @@
<xi:include href="xml/gimpactionview.xml" />
<xi:include href="xml/gimpblobeditor.xml" />
<xi:include href="xml/gimpcolorbar.xml" />
<xi:include href="xml/gimpcolordialog.xml" />
<xi:include href="xml/gimpcolordisplayeditor.xml" />
<xi:include href="xml/gimpcolorframe.xml" />
<xi:include href="xml/gimpcolorpanel.xml" />
@ -934,13 +937,13 @@
<chapter id="app-dialogs-glue">
<title>Initialization &amp; Glue Code</title>
<xi:include href="xml/dialogs.xml" />
<xi:include href="xml/dialogs-types.xml" />
<xi:include href="xml/dialogs-constructors.xml" />
</chapter>
<chapter id="app-dialogs-dialogs">
<title>Dialogs</title>
<xi:include href="xml/about-dialog.xml" />
<xi:include href="xml/color-dialog.xml" />
<xi:include href="xml/convert-dialog.xml" />
<xi:include href="xml/file-open-dialog.xml" />
<xi:include href="xml/file-open-location-dialog.xml" />

View File

@ -3841,6 +3841,24 @@ GIMP_IS_COLOR_BAR_CLASS
GIMP_COLOR_BAR_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpcolordialog</FILE>
<TITLE>GimpColorDialog</TITLE>
GimpColorDialog
gimp_color_dialog_new
gimp_color_dialog_set_color
gimp_color_dialog_get_color
<SUBSECTION Standard>
GimpColorDialogClass
GIMP_COLOR_DIALOG
GIMP_IS_COLOR_DIALOG
GIMP_TYPE_COLOR_DIALOG
gimp_color_dialog_get_type
GIMP_COLOR_DIALOG_CLASS
GIMP_IS_COLOR_DIALOG_CLASS
GIMP_COLOR_DIALOG_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpcoloreditor</FILE>
<TITLE>GimpColorEditor</TITLE>
@ -5718,6 +5736,7 @@ curves_init
curves_channel_reset
curves_calculate_curve
curves_lut_func
CURVES_NUM_POINTS
</SECTION>
<SECTION>
@ -6678,6 +6697,7 @@ gimp_marshal_BOOLEAN__OBJECT_POINTER
gimp_marshal_BOOLEAN__OBJECT_POINTER_STRING
gimp_marshal_VOID__BOOLEAN_INT_INT_INT_INT
gimp_marshal_VOID__BOXED
gimp_marshal_VOID__BOXED_ENUM
gimp_marshal_VOID__DOUBLE
gimp_marshal_VOID__DOUBLE_DOUBLE
gimp_marshal_VOID__ENUM
@ -6759,21 +6779,6 @@ color_history_set
color_history_get
</SECTION>
<SECTION>
<FILE>color-dialog</FILE>
ColorDialog
ColorDialogState
ColorDialogCallback
color_dialog_new
color_dialog_free
color_dialog_set_viewable
color_dialog_set_title
color_dialog_show
color_dialog_hide
color_dialog_set_color
color_dialog_get_color
</SECTION>
<SECTION>
<FILE>convert-dialog</FILE>
convert_dialog_new
@ -6833,6 +6838,12 @@ dialogs_palette_editor_get
dialogs_edit_palette_func
</SECTION>
<SECTION>
<FILE>dialogs-types</FILE>
ColorDialog
InfoDialog
</SECTION>
<SECTION>
<FILE>dialogs</FILE>
global_dialog_factory
@ -6906,7 +6917,6 @@ themes_apply_theme
<FILE>info-dialog</FILE>
InfoFieldType
InfoField
InfoDialog
info_dialog_new
info_dialog_show
info_dialog_hide
@ -7193,8 +7203,8 @@ plug_in_proc_args_check
</SECTION>
<SECTION>
<FILE>plug-in-proc</FILE>
<TITLE>PlugIn-proc</TITLE>
<FILE>plug-in-proc-def</FILE>
<TITLE>PlugIn-proc-def</TITLE>
PlugInProcDef
plug_in_proc_def_new
plug_in_proc_def_free
@ -7207,6 +7217,21 @@ plug_in_proc_def_get_help_id
plug_in_proc_def_get_sensitive
</SECTION>
<SECTION>
<FILE>plug-in-proc-frame</FILE>
PlugInProcFrame
plug_in_proc_frame_new
plug_in_proc_frame_init
plug_in_proc_frame_dispose
plug_in_proc_frame_free
</SECTION>
<SECTION>
<FILE>plug-in-context</FILE>
plug_in_context_push
plug_in_context_pop
</SECTION>
<SECTION>
<FILE>plug-in-progress</FILE>
<TITLE>PlugIn-progress</TITLE>
@ -7267,6 +7292,9 @@ plug_in_pop
plug_in_main_loop
plug_in_main_loop_quit
plug_in_get_undo_desc
plug_in_get_proc_frame
plug_in_proc_frame_push
plug_in_proc_frame_pop
</SECTION>
<SECTION>
@ -7594,6 +7622,8 @@ GIMP_TYPE_ACTIVE_COLOR
GimpActiveColor
GIMP_TYPE_ASPECT_TYPE
GimpAspectType
GIMP_TYPE_COLOR_DIALOG_STATE
GimpColorDialogState
GIMP_TYPE_COLOR_FRAME_MODE
GimpColorFrameMode
GIMP_TYPE_COLOR_PICK_STATE
@ -7622,6 +7652,7 @@ GimpDeviceValues
<SUBSECTION Standard>
gimp_active_color_get_type
gimp_aspect_type_get_type
gimp_color_dialog_state_get_type
gimp_color_frame_mode_get_type
gimp_color_pick_state_get_type
gimp_cursor_format_get_type
@ -8052,6 +8083,7 @@ error_console_save_selection_cmd_callback
<SECTION>
<FILE>file-commands</FILE>
file_open_cmd_callback
file_open_as_layer_cmd_callback
file_open_from_image_cmd_callback
file_open_location_cmd_callback
file_last_opened_cmd_callback