don't start a comment with /** unless it's meant to be parsed by gtk-doc.
2004-07-18 Sven Neumann <sven@gimp.org> * app/composite/gimp-composite-mmx.h: don't start a comment with /** unless it's meant to be parsed by gtk-doc. * app/actions/Makefile.am: * app/actions/file-dialog-commands.[ch]: removed, not used any longer.
This commit is contained in:
committed by
Sven Neumann
parent
a1c89069db
commit
55c03a25b5
@ -715,6 +715,7 @@
|
||||
<xi:include href="xml/gimpcolorpanel.xml" />
|
||||
<xi:include href="xml/gimpdasheditor.xml" />
|
||||
<xi:include href="xml/gimpfgbgeditor.xml" />
|
||||
<xi:include href="xml/gimpfileprocview.xml" />
|
||||
<xi:include href="xml/gimpgrideditor.xml" />
|
||||
<xi:include href="xml/gimphistogrambox.xml" />
|
||||
<xi:include href="xml/gimphistogramview.xml" />
|
||||
@ -825,14 +826,6 @@
|
||||
<xi:include href="xml/qmask-commands.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="app-actions-file-dialog-actions">
|
||||
<title>File Dialog Actions & Callbacks</title>
|
||||
<xi:include href="xml/file-dialog-actions.xml" />
|
||||
<xi:include href="xml/file-dialog-commands.xml" />
|
||||
<xi:include href="xml/file-open-actions.xml" />
|
||||
<xi:include href="xml/file-save-actions.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="app-actions-data-factory-actions">
|
||||
<title>Data Factory Actions & Callbacks</title>
|
||||
<xi:include href="xml/brushes-actions.xml" />
|
||||
@ -889,7 +882,6 @@
|
||||
|
||||
<chapter id="app-menus-menus">
|
||||
<title>Menus</title>
|
||||
<xi:include href="xml/file-dialog-menu.xml" />
|
||||
<xi:include href="xml/file-menu.xml" />
|
||||
<xi:include href="xml/image-menu.xml" />
|
||||
<xi:include href="xml/plug-in-menus.xml" />
|
||||
|
||||
@ -4445,6 +4445,25 @@ GIMP_IS_FILE_DIALOG_CLASS
|
||||
GIMP_FILE_DIALOG_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpfileprocview</FILE>
|
||||
<TITLE>GimpFileProcView</TITLE>
|
||||
GimpFileProcView
|
||||
gimp_file_proc_view_new
|
||||
gimp_file_proc_view_get_proc
|
||||
gimp_file_proc_view_set_proc
|
||||
gimp_file_proc_view_get_help_id
|
||||
<SUBSECTION Standard>
|
||||
GimpFileProcViewClass
|
||||
GIMP_FILE_PROC_VIEW
|
||||
GIMP_IS_FILE_PROC_VIEW
|
||||
GIMP_TYPE_FILE_PROC_VIEW
|
||||
gimp_file_proc_view_get_type
|
||||
GIMP_FILE_PROC_VIEW_CLASS
|
||||
GIMP_IS_FILE_PROC_VIEW_CLASS
|
||||
GIMP_FILE_PROC_VIEW_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpgrideditor</FILE>
|
||||
<TITLE>GimpGridEditor</TITLE>
|
||||
@ -7601,23 +7620,6 @@ file_actions_setup
|
||||
file_actions_update
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>file-dialog-actions</FILE>
|
||||
file_dialog_actions_setup
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>file-open-actions</FILE>
|
||||
file_open_actions_setup
|
||||
file_open_actions_update
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>file-save-actions</FILE>
|
||||
file_save_actions_setup
|
||||
file_save_actions_update
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>fonts-actions</FILE>
|
||||
fonts_actions_setup
|
||||
@ -7887,11 +7889,6 @@ file_quit_cmd_callback
|
||||
file_file_open_dialog
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>file-dialog-commands</FILE>
|
||||
file_dialog_type_cmd_callback
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>fonts-commands</FILE>
|
||||
fonts_refresh_cmd_callback
|
||||
@ -8118,26 +8115,11 @@ view_change_screen_cmd_callback
|
||||
<FILE>menus-types</FILE>
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>file-dialog-menu</FILE>
|
||||
file_dialog_menu_setup
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>file-menu</FILE>
|
||||
file_menu_setup
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>file-open-menu</FILE>
|
||||
file_open_menu_setup
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>file-save-menu</FILE>
|
||||
file_save_menu_setup
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>image-menu</FILE>
|
||||
image_menu_setup
|
||||
|
||||
@ -104,6 +104,7 @@ gimp_eraser_tool_get_type
|
||||
gimp_error_console_get_type
|
||||
gimp_fg_bg_editor_get_type
|
||||
gimp_file_dialog_get_type
|
||||
gimp_file_proc_view_get_type
|
||||
gimp_flip_options_get_type
|
||||
gimp_flip_tool_get_type
|
||||
gimp_font_get_type
|
||||
|
||||
Reference in New Issue
Block a user