mirror of https://github.com/GNOME/gimp.git
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:
parent
f4b3d0918e
commit
8c0a713fea
|
@ -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>
|
2004-09-23 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* libgimp/libgimp-docs.sgml
|
* libgimp/libgimp-docs.sgml
|
||||||
|
|
|
@ -355,13 +355,15 @@
|
||||||
<title>Initialization & Plug-In Management</title>
|
<title>Initialization & Plug-In Management</title>
|
||||||
<xi:include href="xml/plug-ins.xml" />
|
<xi:include href="xml/plug-ins.xml" />
|
||||||
<xi:include href="xml/plug-in-def.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" />
|
<xi:include href="xml/plug-in-rc.xml" />
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
<chapter id="app-plug-in-execution">
|
<chapter id="app-plug-in-execution">
|
||||||
<title>Plug-In Execution</title>
|
<title>Plug-In Execution</title>
|
||||||
<xi:include href="xml/plug-in.xml" />
|
<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-debug.xml" />
|
||||||
<xi:include href="xml/plug-in-message.xml" />
|
<xi:include href="xml/plug-in-message.xml" />
|
||||||
<xi:include href="xml/plug-in-params.xml" />
|
<xi:include href="xml/plug-in-params.xml" />
|
||||||
|
@ -745,6 +747,7 @@
|
||||||
<xi:include href="xml/gimpactionview.xml" />
|
<xi:include href="xml/gimpactionview.xml" />
|
||||||
<xi:include href="xml/gimpblobeditor.xml" />
|
<xi:include href="xml/gimpblobeditor.xml" />
|
||||||
<xi:include href="xml/gimpcolorbar.xml" />
|
<xi:include href="xml/gimpcolorbar.xml" />
|
||||||
|
<xi:include href="xml/gimpcolordialog.xml" />
|
||||||
<xi:include href="xml/gimpcolordisplayeditor.xml" />
|
<xi:include href="xml/gimpcolordisplayeditor.xml" />
|
||||||
<xi:include href="xml/gimpcolorframe.xml" />
|
<xi:include href="xml/gimpcolorframe.xml" />
|
||||||
<xi:include href="xml/gimpcolorpanel.xml" />
|
<xi:include href="xml/gimpcolorpanel.xml" />
|
||||||
|
@ -934,13 +937,13 @@
|
||||||
<chapter id="app-dialogs-glue">
|
<chapter id="app-dialogs-glue">
|
||||||
<title>Initialization & Glue Code</title>
|
<title>Initialization & Glue Code</title>
|
||||||
<xi:include href="xml/dialogs.xml" />
|
<xi:include href="xml/dialogs.xml" />
|
||||||
|
<xi:include href="xml/dialogs-types.xml" />
|
||||||
<xi:include href="xml/dialogs-constructors.xml" />
|
<xi:include href="xml/dialogs-constructors.xml" />
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
<chapter id="app-dialogs-dialogs">
|
<chapter id="app-dialogs-dialogs">
|
||||||
<title>Dialogs</title>
|
<title>Dialogs</title>
|
||||||
<xi:include href="xml/about-dialog.xml" />
|
<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/convert-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" />
|
||||||
|
|
|
@ -3841,6 +3841,24 @@ GIMP_IS_COLOR_BAR_CLASS
|
||||||
GIMP_COLOR_BAR_GET_CLASS
|
GIMP_COLOR_BAR_GET_CLASS
|
||||||
</SECTION>
|
</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>
|
<SECTION>
|
||||||
<FILE>gimpcoloreditor</FILE>
|
<FILE>gimpcoloreditor</FILE>
|
||||||
<TITLE>GimpColorEditor</TITLE>
|
<TITLE>GimpColorEditor</TITLE>
|
||||||
|
@ -5718,6 +5736,7 @@ curves_init
|
||||||
curves_channel_reset
|
curves_channel_reset
|
||||||
curves_calculate_curve
|
curves_calculate_curve
|
||||||
curves_lut_func
|
curves_lut_func
|
||||||
|
CURVES_NUM_POINTS
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -6678,6 +6697,7 @@ gimp_marshal_BOOLEAN__OBJECT_POINTER
|
||||||
gimp_marshal_BOOLEAN__OBJECT_POINTER_STRING
|
gimp_marshal_BOOLEAN__OBJECT_POINTER_STRING
|
||||||
gimp_marshal_VOID__BOOLEAN_INT_INT_INT_INT
|
gimp_marshal_VOID__BOOLEAN_INT_INT_INT_INT
|
||||||
gimp_marshal_VOID__BOXED
|
gimp_marshal_VOID__BOXED
|
||||||
|
gimp_marshal_VOID__BOXED_ENUM
|
||||||
gimp_marshal_VOID__DOUBLE
|
gimp_marshal_VOID__DOUBLE
|
||||||
gimp_marshal_VOID__DOUBLE_DOUBLE
|
gimp_marshal_VOID__DOUBLE_DOUBLE
|
||||||
gimp_marshal_VOID__ENUM
|
gimp_marshal_VOID__ENUM
|
||||||
|
@ -6759,21 +6779,6 @@ color_history_set
|
||||||
color_history_get
|
color_history_get
|
||||||
</SECTION>
|
</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>
|
<SECTION>
|
||||||
<FILE>convert-dialog</FILE>
|
<FILE>convert-dialog</FILE>
|
||||||
convert_dialog_new
|
convert_dialog_new
|
||||||
|
@ -6833,6 +6838,12 @@ dialogs_palette_editor_get
|
||||||
dialogs_edit_palette_func
|
dialogs_edit_palette_func
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>dialogs-types</FILE>
|
||||||
|
ColorDialog
|
||||||
|
InfoDialog
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>dialogs</FILE>
|
<FILE>dialogs</FILE>
|
||||||
global_dialog_factory
|
global_dialog_factory
|
||||||
|
@ -6906,7 +6917,6 @@ themes_apply_theme
|
||||||
<FILE>info-dialog</FILE>
|
<FILE>info-dialog</FILE>
|
||||||
InfoFieldType
|
InfoFieldType
|
||||||
InfoField
|
InfoField
|
||||||
InfoDialog
|
|
||||||
info_dialog_new
|
info_dialog_new
|
||||||
info_dialog_show
|
info_dialog_show
|
||||||
info_dialog_hide
|
info_dialog_hide
|
||||||
|
@ -7193,8 +7203,8 @@ plug_in_proc_args_check
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>plug-in-proc</FILE>
|
<FILE>plug-in-proc-def</FILE>
|
||||||
<TITLE>PlugIn-proc</TITLE>
|
<TITLE>PlugIn-proc-def</TITLE>
|
||||||
PlugInProcDef
|
PlugInProcDef
|
||||||
plug_in_proc_def_new
|
plug_in_proc_def_new
|
||||||
plug_in_proc_def_free
|
plug_in_proc_def_free
|
||||||
|
@ -7207,6 +7217,21 @@ plug_in_proc_def_get_help_id
|
||||||
plug_in_proc_def_get_sensitive
|
plug_in_proc_def_get_sensitive
|
||||||
</SECTION>
|
</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>
|
<SECTION>
|
||||||
<FILE>plug-in-progress</FILE>
|
<FILE>plug-in-progress</FILE>
|
||||||
<TITLE>PlugIn-progress</TITLE>
|
<TITLE>PlugIn-progress</TITLE>
|
||||||
|
@ -7267,6 +7292,9 @@ plug_in_pop
|
||||||
plug_in_main_loop
|
plug_in_main_loop
|
||||||
plug_in_main_loop_quit
|
plug_in_main_loop_quit
|
||||||
plug_in_get_undo_desc
|
plug_in_get_undo_desc
|
||||||
|
plug_in_get_proc_frame
|
||||||
|
plug_in_proc_frame_push
|
||||||
|
plug_in_proc_frame_pop
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
@ -7594,6 +7622,8 @@ GIMP_TYPE_ACTIVE_COLOR
|
||||||
GimpActiveColor
|
GimpActiveColor
|
||||||
GIMP_TYPE_ASPECT_TYPE
|
GIMP_TYPE_ASPECT_TYPE
|
||||||
GimpAspectType
|
GimpAspectType
|
||||||
|
GIMP_TYPE_COLOR_DIALOG_STATE
|
||||||
|
GimpColorDialogState
|
||||||
GIMP_TYPE_COLOR_FRAME_MODE
|
GIMP_TYPE_COLOR_FRAME_MODE
|
||||||
GimpColorFrameMode
|
GimpColorFrameMode
|
||||||
GIMP_TYPE_COLOR_PICK_STATE
|
GIMP_TYPE_COLOR_PICK_STATE
|
||||||
|
@ -7622,6 +7652,7 @@ GimpDeviceValues
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
gimp_active_color_get_type
|
gimp_active_color_get_type
|
||||||
gimp_aspect_type_get_type
|
gimp_aspect_type_get_type
|
||||||
|
gimp_color_dialog_state_get_type
|
||||||
gimp_color_frame_mode_get_type
|
gimp_color_frame_mode_get_type
|
||||||
gimp_color_pick_state_get_type
|
gimp_color_pick_state_get_type
|
||||||
gimp_cursor_format_get_type
|
gimp_cursor_format_get_type
|
||||||
|
@ -8052,6 +8083,7 @@ error_console_save_selection_cmd_callback
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>file-commands</FILE>
|
<FILE>file-commands</FILE>
|
||||||
file_open_cmd_callback
|
file_open_cmd_callback
|
||||||
|
file_open_as_layer_cmd_callback
|
||||||
file_open_from_image_cmd_callback
|
file_open_from_image_cmd_callback
|
||||||
file_open_location_cmd_callback
|
file_open_location_cmd_callback
|
||||||
file_last_opened_cmd_callback
|
file_last_opened_cmd_callback
|
||||||
|
|
Loading…
Reference in New Issue