app/app-docs.sgml updated.

2003-10-06  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app-sections.txt: updated.
This commit is contained in:
Sven Neumann
2003-10-06 12:01:46 +00:00
committed by Sven Neumann
parent 10760d3cb1
commit 6fd1d5e77d
3 changed files with 16 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2003-10-06 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml
* app-sections.txt: updated.
2003-10-02 Sven Neumann <sven@gimp.org> 2003-10-02 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml * app/app-docs.sgml

View File

@ -719,6 +719,7 @@
<chapter id="app-gui-glue"> <chapter id="app-gui-glue">
<title>Initialization &amp; Glue Code</title> <title>Initialization &amp; Glue Code</title>
<xi:include href="xml/gui.xml"/> <xi:include href="xml/gui.xml"/>
<xi:include href="xml/gui-vtable.xml"/>
<xi:include href="xml/session.xml"/> <xi:include href="xml/session.xml"/>
<xi:include href="xml/themes.xml"/> <xi:include href="xml/themes.xml"/>
</chapter> </chapter>

View File

@ -149,10 +149,10 @@ GimpPDBDialogsCheckFunc
<TITLE>Gimp</TITLE> <TITLE>Gimp</TITLE>
Gimp Gimp
gimp_new gimp_new
gimp_set_config
gimp_initialize gimp_initialize
gimp_restore gimp_restore
gimp_exit gimp_exit
gimp_load_config
gimp_threads_enter gimp_threads_enter
gimp_threads_leave gimp_threads_leave
gimp_set_busy gimp_set_busy
@ -3694,6 +3694,7 @@ gimp_dockbook_new
gimp_dockbook_add gimp_dockbook_add
gimp_dockbook_remove gimp_dockbook_remove
gimp_dockbook_get_tab_widget gimp_dockbook_get_tab_widget
gimp_dockbook_drop_dockable
<SUBSECTION Standard> <SUBSECTION Standard>
GimpDockbookClass GimpDockbookClass
GIMP_DOCKBOOK GIMP_DOCKBOOK
@ -5584,6 +5585,7 @@ gimp_marshal_VOID__OBJECT
gimp_marshal_VOID__OBJECT_INT gimp_marshal_VOID__OBJECT_INT
gimp_marshal_VOID__OBJECT_POINTER gimp_marshal_VOID__OBJECT_POINTER
gimp_marshal_VOID__POINTER gimp_marshal_VOID__POINTER
gimp_marshal_VOID__POINTER_BOOLEAN
gimp_marshal_VOID__STRING_FLAGS gimp_marshal_VOID__STRING_FLAGS
gimp_marshal_VOID__VOID gimp_marshal_VOID__VOID
</SECTION> </SECTION>
@ -6018,14 +6020,16 @@ stroke_dialog_new
<SECTION> <SECTION>
<FILE>gui</FILE> <FILE>gui</FILE>
gui_init
gui_libs_init gui_libs_init
gui_environ_init gui_init
gui_themes_init
gui_restore
gui_post_init gui_post_init
</SECTION> </SECTION>
<SECTION>
<FILE>gui-vtable</FILE>
gui_vtable_init
</SECTION>
<SECTION> <SECTION>
<FILE>themes</FILE> <FILE>themes</FILE>
themes_init themes_init
@ -6364,7 +6368,7 @@ tools_select_cmd_callback
<SECTION> <SECTION>
<FILE>user-install-dialog</FILE> <FILE>user-install-dialog</FILE>
user_install_dialog_create user_install_dialog_run
</SECTION> </SECTION>
<SECTION> <SECTION>