mirror of https://github.com/GNOME/gimp.git
app/app-docs.sgml app/app-sections.txt updated for new GimpProgress API.
2004-08-11 Sven Neumann <sven@gimp.org> * app/app-docs.sgml * app/app-sections.txt * app/app.types: updated for new GimpProgress API.
This commit is contained in:
parent
828b852e06
commit
28fcd47b35
|
@ -1,3 +1,9 @@
|
|||
2004-08-11 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/app-docs.sgml
|
||||
* app/app-sections.txt
|
||||
* app/app.types: updated for new GimpProgress API.
|
||||
|
||||
2004-08-06 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/libgimpwidgets-sections.txt
|
||||
|
|
|
@ -272,6 +272,7 @@
|
|||
<chapter id="app-core-interfaces">
|
||||
<title>Interfaces</title>
|
||||
<xi:include href="xml/gimppickable.xml" />
|
||||
<xi:include href="xml/gimpprogress.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="app-core-misc-utils">
|
||||
|
@ -484,7 +485,6 @@
|
|||
<title>Misc. Widgets & Utilities</title>
|
||||
<xi:include href="xml/gimpnavigationview.xml" />
|
||||
<xi:include href="xml/gimpstatusbar.xml" />
|
||||
<xi:include href="xml/gimpprogress.xml" />
|
||||
</chapter>
|
||||
</part>
|
||||
|
||||
|
@ -721,6 +721,7 @@
|
|||
<chapter id="app-widgets-misc-dialogs">
|
||||
<title>Misc. Dialogs</title>
|
||||
<xi:include href="xml/gimpfiledialog.xml" />
|
||||
<xi:include href="xml/gimpprogressdialog.xml" />
|
||||
<xi:include href="xml/gimptexteditor.xml" />
|
||||
<xi:include href="xml/gimptooldialog.xml" />
|
||||
<xi:include href="xml/gimpviewabledialog.xml" />
|
||||
|
@ -751,6 +752,7 @@
|
|||
<xi:include href="xml/gimpgrideditor.xml" />
|
||||
<xi:include href="xml/gimphistogrambox.xml" />
|
||||
<xi:include href="xml/gimphistogramview.xml" />
|
||||
<xi:include href="xml/gimpprogressbox.xml" />
|
||||
<xi:include href="xml/gimpstrokeeditor.xml" />
|
||||
<xi:include href="xml/gimptemplateeditor.xml" />
|
||||
<xi:include href="xml/gimpthumbbox.xml" />
|
||||
|
|
|
@ -172,6 +172,8 @@ gimp_threads_leave
|
|||
gimp_set_busy
|
||||
gimp_set_busy_until_idle
|
||||
gimp_unset_busy
|
||||
gimp_new_progress
|
||||
gimp_free_progress
|
||||
gimp_message
|
||||
gimp_help
|
||||
gimp_get_display_by_ID
|
||||
|
@ -182,10 +184,6 @@ gimp_reconnect_displays
|
|||
gimp_menus_init
|
||||
gimp_menus_create_entry
|
||||
gimp_menus_delete_entry
|
||||
gimp_start_progress
|
||||
gimp_restart_progress
|
||||
gimp_update_progress
|
||||
gimp_end_progress
|
||||
gimp_pdb_dialog_new
|
||||
gimp_pdb_dialog_set
|
||||
gimp_pdb_dialog_close
|
||||
|
@ -1270,6 +1268,26 @@ GPATTERN_MAGIC
|
|||
PatternHeader
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpprogress</FILE>
|
||||
<TITLE>GimpProgress</TITLE>
|
||||
GimpProgress
|
||||
gimp_progress_start
|
||||
gimp_progress_end
|
||||
gimp_progress_set_text
|
||||
gimp_progress_set_value
|
||||
gimp_progress_get_value
|
||||
gimp_progress_cancel
|
||||
gimp_progress_update_and_flush
|
||||
<SUBSECTION Standard>
|
||||
GimpProgressInterface
|
||||
GIMP_PROGRESS
|
||||
GIMP_IS_PROGRESS
|
||||
GIMP_TYPE_PROGRESS
|
||||
gimp_progress_interface_get_type
|
||||
GIMP_PROGRESS_GET_INTERFACE
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpselection</FILE>
|
||||
<TITLE>GimpSelection</TITLE>
|
||||
|
@ -3327,7 +3345,7 @@ TransInfo[TRAN_INFO_SIZE]
|
|||
<TITLE>GimpTransformTool</TITLE>
|
||||
GimpTransformTool
|
||||
GimpTransformToolClass
|
||||
gimp_transform_tool_transform_bounding_box
|
||||
gimp_transform_tool_recalc
|
||||
gimp_transform_tool_expose_preview
|
||||
<SUBSECTION Standard>
|
||||
GIMP_TRANSFORM_TOOL
|
||||
|
@ -4490,6 +4508,7 @@ gimp_file_dialog_new
|
|||
gimp_file_dialog_set_file_proc
|
||||
gimp_file_dialog_set_uri
|
||||
gimp_file_dialog_set_image
|
||||
gimp_file_dialog_set_sensitive
|
||||
<SUBSECTION Standard>
|
||||
GimpFileDialogClass
|
||||
GIMP_FILE_DIALOG
|
||||
|
@ -5078,6 +5097,38 @@ GIMP_IS_PREVIEW_RENDERER_VECTORS_CLASS
|
|||
GIMP_PREVIEW_RENDERER_VECTORS_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpprogressbox</FILE>
|
||||
<TITLE>GimpProgressBox</TITLE>
|
||||
GimpProgressBox
|
||||
gimp_progress_box_new
|
||||
<SUBSECTION Standard>
|
||||
GimpProgressBoxClass
|
||||
GIMP_PROGRESS_BOX
|
||||
GIMP_IS_PROGRESS_BOX
|
||||
GIMP_TYPE_PROGRESS_BOX
|
||||
gimp_progress_box_get_type
|
||||
GIMP_PROGRESS_BOX_CLASS
|
||||
GIMP_IS_PROGRESS_BOX_CLASS
|
||||
GIMP_PROGRESS_BOX_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpprogressdialog</FILE>
|
||||
<TITLE>GimpProgressDialog</TITLE>
|
||||
GimpProgressDialog
|
||||
gimp_progress_dialog_new
|
||||
<SUBSECTION Standard>
|
||||
GimpProgressDialogClass
|
||||
GIMP_PROGRESS_DIALOG
|
||||
GIMP_IS_PROGRESS_DIALOG
|
||||
GIMP_TYPE_PROGRESS_DIALOG
|
||||
gimp_progress_dialog_get_type
|
||||
GIMP_PROGRESS_DIALOG_CLASS
|
||||
GIMP_IS_PROGRESS_DIALOG_CLASS
|
||||
GIMP_PROGRESS_DIALOG_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpscalecombobox</FILE>
|
||||
<TITLE>GimpScaleComboBox</TITLE>
|
||||
|
@ -6598,9 +6649,6 @@ gimp_canvas_padding_mode_get_type
|
|||
<TITLE>GimpProgress</TITLE>
|
||||
GimpProgress
|
||||
gimp_progress_start
|
||||
gimp_progress_restart
|
||||
gimp_progress_update
|
||||
gimp_progress_step
|
||||
gimp_progress_end
|
||||
gimp_progress_update_and_flush
|
||||
</SECTION>
|
||||
|
@ -7093,6 +7141,7 @@ plug_in_proc_def_get_label
|
|||
plug_in_proc_def_get_stock_id
|
||||
plug_in_proc_def_get_pixbuf
|
||||
plug_in_proc_def_get_help_id
|
||||
plug_in_proc_def_get_sensitive
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -7466,6 +7515,7 @@ gimp_get_screen_resolution
|
|||
gimp_rgb_get_gdk_color
|
||||
gimp_rgb_set_gdk_color
|
||||
gimp_window_set_hint
|
||||
gimp_dialog_set_sensitive
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
|
|
@ -187,6 +187,9 @@ gimp_preview_renderer_image_get_type
|
|||
gimp_preview_renderer_imagefile_get_type
|
||||
gimp_preview_renderer_layer_get_type
|
||||
gimp_preview_renderer_vectors_get_type
|
||||
gimp_progress_box_get_type
|
||||
gimp_progress_dialog_get_type
|
||||
gimp_progress_interface_get_type
|
||||
gimp_projection_get_type
|
||||
gimp_rc_get_type
|
||||
gimp_rect_select_tool_get_type
|
||||
|
|
Loading…
Reference in New Issue