mirror of https://github.com/GNOME/gimp.git
devel-docs: update the libgimp docs
This commit is contained in:
parent
c9d6f93188
commit
254dee3b11
|
@ -32,6 +32,10 @@ CFILE_GLOB = $(DOC_SOURCE_DIR)/*.c
|
|||
|
||||
# Header files to ignore when scanning
|
||||
IGNORE_HFILES = \
|
||||
gimpgpcompat.h \
|
||||
gimpgpparams.h \
|
||||
gimpplugin-private.h \
|
||||
gimpprocedure-private.h \
|
||||
gimptilebackendplugin.h \
|
||||
gimpunit_pdb.h \
|
||||
gimpunitcache.h \
|
||||
|
|
|
@ -32,6 +32,8 @@
|
|||
<xi:include href="xml/gimphelp.xml" />
|
||||
<xi:include href="xml/gimpmessage.xml" />
|
||||
<xi:include href="xml/gimpplugin.xml" />
|
||||
<xi:include href="xml/gimpprocedure.xml" />
|
||||
<xi:include href="xml/gimpparamspecs.xml" />
|
||||
<xi:include href="xml/gimpproceduraldb.xml" />
|
||||
<xi:include href="xml/gimpprogress.xml" />
|
||||
<xi:include href="xml/gimpdebug.xml" />
|
||||
|
|
|
@ -1,29 +1,15 @@
|
|||
<SECTION>
|
||||
<FILE>gimp</FILE>
|
||||
gimp_version
|
||||
gimp_getpid
|
||||
gimp_get_data
|
||||
gimp_get_data_size
|
||||
gimp_set_data
|
||||
GimpInitProc
|
||||
GimpQuitProc
|
||||
GimpQueryProc
|
||||
GimpRunProc
|
||||
GimpPlugInInfo
|
||||
GimpParamDef
|
||||
GimpParamRegion
|
||||
GimpParamData
|
||||
GimpParam
|
||||
MAIN
|
||||
GIMP_MAIN
|
||||
gimp_main
|
||||
gimp_quit
|
||||
gimp_install_procedure
|
||||
gimp_install_temp_proc
|
||||
gimp_uninstall_temp_proc
|
||||
gimp_run_procedure
|
||||
gimp_run_procedure2
|
||||
gimp_destroy_params
|
||||
gimp_destroy_paramdefs
|
||||
gimp_extension_ack
|
||||
gimp_extension_enable
|
||||
gimp_extension_process
|
||||
gimp_run_procedure_with_array
|
||||
gimp_get_pdb_error
|
||||
gimp_get_pdb_status
|
||||
gimp_tile_width
|
||||
|
@ -33,8 +19,8 @@ gimp_shm_addr
|
|||
gimp_show_help_button
|
||||
gimp_export_color_profile
|
||||
gimp_export_exif
|
||||
gimp_export_iptc
|
||||
gimp_export_xmp
|
||||
gimp_export_iptc
|
||||
gimp_check_size
|
||||
gimp_check_type
|
||||
gimp_default_display
|
||||
|
@ -44,13 +30,49 @@ gimp_monitor_number
|
|||
gimp_user_time
|
||||
gimp_icon_theme_dir
|
||||
gimp_get_progname
|
||||
gimp_extension_enable
|
||||
gimp_extension_ack
|
||||
gimp_extension_process
|
||||
gimp_version
|
||||
gimp_getpid
|
||||
gimp_attach_parasite
|
||||
gimp_detach_parasite
|
||||
gimp_get_parasite
|
||||
gimp_get_parasite_list
|
||||
gimp_temp_name
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimplegacy</FILE>
|
||||
GimpInitProc
|
||||
GimpQuitProc
|
||||
GimpQueryProc
|
||||
GimpRunProc
|
||||
GimpPlugInInfo
|
||||
GimpParamDef
|
||||
GimpParamData
|
||||
MAIN
|
||||
gimp_plug_in_info_set_callbacks
|
||||
gimp_param_from_int32
|
||||
gimp_param_get_int32
|
||||
gimp_param_from_status
|
||||
gimp_param_get_status
|
||||
gimp_param_from_string
|
||||
gimp_param_get_string
|
||||
gimp_main_legacy
|
||||
gimp_install_procedure
|
||||
gimp_install_temp_proc
|
||||
gimp_uninstall_temp_proc
|
||||
gimp_run_procedure
|
||||
gimp_run_procedure2
|
||||
gimp_destroy_params
|
||||
gimp_destroy_paramdefs
|
||||
gimp_plugin_domain_register
|
||||
gimp_plugin_help_register
|
||||
gimp_plugin_menu_branch_register
|
||||
gimp_plugin_menu_register
|
||||
gimp_plugin_icon_register
|
||||
<SUBSECTION Standard>
|
||||
GIMP_TYPE_PARAM
|
||||
GimpParam
|
||||
gimp_param_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -377,7 +399,6 @@ gimp_edit_named_paste_as_new_image
|
|||
|
||||
<SECTION>
|
||||
<FILE>gimpfileops</FILE>
|
||||
gimp_temp_name
|
||||
gimp_file_load
|
||||
gimp_file_load_layer
|
||||
gimp_file_load_layers
|
||||
|
@ -820,13 +841,173 @@ gimp_patterns_set_popup
|
|||
|
||||
<SECTION>
|
||||
<FILE>gimpplugin</FILE>
|
||||
gimp_plugin_domain_register
|
||||
gimp_plugin_help_register
|
||||
gimp_plugin_icon_register
|
||||
gimp_plugin_menu_register
|
||||
gimp_plugin_menu_branch_register
|
||||
<TITLE>GimpPlugIn</TITLE>
|
||||
gimp_plug_in_set_translation_domain
|
||||
gimp_plug_in_set_help_domain
|
||||
gimp_plug_in_add_menu_branch
|
||||
gimp_plug_in_create_procedure
|
||||
gimp_plug_in_add_temp_procedure
|
||||
gimp_plug_in_remove_temp_procedure
|
||||
gimp_plug_in_get_temp_procedures
|
||||
gimp_plug_in_get_temp_procedure
|
||||
gimp_plugin_set_pdb_error_handler
|
||||
gimp_plugin_get_pdb_error_handler
|
||||
<SUBSECTION Standard>
|
||||
GIMP_IS_PLUG_IN
|
||||
GIMP_IS_PLUG_IN_CLASS
|
||||
GIMP_PLUG_IN
|
||||
GIMP_PLUG_IN_CLASS
|
||||
GIMP_PLUG_IN_GET_CLASS
|
||||
GIMP_TYPE_PLUG_IN
|
||||
GimpPlugIn
|
||||
GimpPlugInClass
|
||||
GimpPlugInPrivate
|
||||
gimp_plug_in_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpprocedure</FILE>
|
||||
<TITLE>GimpProcedure</TITLE>
|
||||
GimpRunFunc
|
||||
gimp_procedure_new
|
||||
gimp_procedure_get_plug_in
|
||||
gimp_procedure_get_proc_type
|
||||
gimp_procedure_set_strings
|
||||
gimp_procedure_get_name
|
||||
gimp_procedure_get_menu_label
|
||||
gimp_procedure_get_blurb
|
||||
gimp_procedure_get_help
|
||||
gimp_procedure_get_help_id
|
||||
gimp_procedure_get_author
|
||||
gimp_procedure_get_copyright
|
||||
gimp_procedure_get_date
|
||||
gimp_procedure_get_image_types
|
||||
gimp_procedure_set_icon
|
||||
gimp_procedure_get_icon
|
||||
gimp_procedure_add_menu_path
|
||||
gimp_procedure_get_menu_paths
|
||||
gimp_procedure_add_argument
|
||||
gimp_procedure_add_return_value
|
||||
gimp_procedure_get_arguments
|
||||
gimp_procedure_get_return_values
|
||||
gimp_procedure_new_arguments
|
||||
gimp_procedure_new_return_values
|
||||
gimp_procedure_run
|
||||
<SUBSECTION Standard>
|
||||
GIMP_IS_PROCEDURE
|
||||
GIMP_IS_PROCEDURE_CLASS
|
||||
GIMP_PROCEDURE
|
||||
GIMP_PROCEDURE_CLASS
|
||||
GIMP_PROCEDURE_GET_CLASS
|
||||
GIMP_TYPE_PROCEDURE
|
||||
GimpProcedure
|
||||
GimpProcedureClass
|
||||
GimpProcedurePrivate
|
||||
gimp_procedure_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpparamspecs</FILE>
|
||||
gimp_param_spec_image_id
|
||||
gimp_value_get_image_id
|
||||
gimp_value_set_image_id
|
||||
gimp_param_spec_item_id
|
||||
gimp_value_get_item_id
|
||||
gimp_value_set_item_id
|
||||
gimp_param_spec_drawable_id
|
||||
gimp_value_get_drawable_id
|
||||
gimp_value_set_drawable_id
|
||||
gimp_param_spec_layer_id
|
||||
gimp_value_get_layer_id
|
||||
gimp_value_set_layer_id
|
||||
gimp_param_spec_channel_id
|
||||
gimp_value_get_channel_id
|
||||
gimp_value_set_channel_id
|
||||
gimp_param_spec_layer_mask_id
|
||||
gimp_value_get_layer_mask_id
|
||||
gimp_value_set_layer_mask_id
|
||||
gimp_param_spec_selection_id
|
||||
gimp_value_get_selection_id
|
||||
gimp_value_set_selection_id
|
||||
gimp_param_spec_vectors_id
|
||||
gimp_value_get_vectors_id
|
||||
gimp_value_set_vectors_id
|
||||
gimp_param_spec_display_id
|
||||
gimp_value_get_display_id
|
||||
gimp_value_set_display_id
|
||||
<SUBSECTION Standard>
|
||||
GIMP_IS_PARAM_SPEC_CHANNEL_ID
|
||||
GIMP_IS_PARAM_SPEC_DISPLAY_ID
|
||||
GIMP_IS_PARAM_SPEC_DRAWABLE_ID
|
||||
GIMP_IS_PARAM_SPEC_IMAGE_ID
|
||||
GIMP_IS_PARAM_SPEC_ITEM_ID
|
||||
GIMP_IS_PARAM_SPEC_LAYER_ID
|
||||
GIMP_IS_PARAM_SPEC_LAYER_MASK_ID
|
||||
GIMP_IS_PARAM_SPEC_SELECTION_ID
|
||||
GIMP_IS_PARAM_SPEC_VECTORS_ID
|
||||
GIMP_PARAM_SPEC_CHANNEL_ID
|
||||
GIMP_PARAM_SPEC_DISPLAY_ID
|
||||
GIMP_PARAM_SPEC_DRAWABLE_ID
|
||||
GIMP_PARAM_SPEC_IMAGE_ID
|
||||
GIMP_PARAM_SPEC_ITEM_ID
|
||||
GIMP_PARAM_SPEC_LAYER_ID
|
||||
GIMP_PARAM_SPEC_LAYER_MASK_ID
|
||||
GIMP_PARAM_SPEC_SELECTION_ID
|
||||
GIMP_PARAM_SPEC_VECTORS_ID
|
||||
GIMP_TYPE_CHANNEL_ID
|
||||
GIMP_TYPE_DISPLAY_ID
|
||||
GIMP_TYPE_DRAWABLE_ID
|
||||
GIMP_TYPE_IMAGE_ID
|
||||
GIMP_TYPE_ITEM_ID
|
||||
GIMP_TYPE_LAYER_ID
|
||||
GIMP_TYPE_LAYER_MASK_ID
|
||||
GIMP_TYPE_SELECTION_ID
|
||||
GIMP_TYPE_VECTORS_ID
|
||||
GIMP_VALUE_HOLDS_CHANNEL_ID
|
||||
GIMP_VALUE_HOLDS_DISPLAY_ID
|
||||
GIMP_VALUE_HOLDS_DRAWABLE_ID
|
||||
GIMP_VALUE_HOLDS_IMAGE_ID
|
||||
GIMP_VALUE_HOLDS_ITEM_ID
|
||||
GIMP_VALUE_HOLDS_LAYER_ID
|
||||
GIMP_VALUE_HOLDS_LAYER_MASK_ID
|
||||
GIMP_VALUE_HOLDS_SELECTION_ID
|
||||
GIMP_VALUE_HOLDS_VECTORS_ID
|
||||
GIMP_TYPE_PARAM_CHANNEL_ID
|
||||
GIMP_TYPE_PARAM_DISPLAY_ID
|
||||
GIMP_TYPE_PARAM_DRAWABLE_ID
|
||||
GIMP_TYPE_PARAM_IMAGE_ID
|
||||
GIMP_TYPE_PARAM_ITEM_ID
|
||||
GIMP_TYPE_PARAM_LAYER_ID
|
||||
GIMP_TYPE_PARAM_LAYER_MASK_ID
|
||||
GIMP_TYPE_PARAM_SELECTION_ID
|
||||
GIMP_TYPE_PARAM_VECTORS_ID
|
||||
GimpParamSpecChannelID
|
||||
GimpParamSpecDisplayID
|
||||
GimpParamSpecDrawableID
|
||||
GimpParamSpecImageID
|
||||
GimpParamSpecItemID
|
||||
GimpParamSpecLayerID
|
||||
GimpParamSpecLayerMaskID
|
||||
GimpParamSpecSelectionID
|
||||
GimpParamSpecVectorsID
|
||||
gimp_channel_id_get_type
|
||||
gimp_display_id_get_type
|
||||
gimp_drawable_id_get_type
|
||||
gimp_image_id_get_type
|
||||
gimp_item_id_get_type
|
||||
gimp_layer_id_get_type
|
||||
gimp_layer_mask_id_get_type
|
||||
gimp_selection_id_get_type
|
||||
gimp_vectors_id_get_type
|
||||
gimp_param_channel_id_get_type
|
||||
gimp_param_display_id_get_type
|
||||
gimp_param_drawable_id_get_type
|
||||
gimp_param_image_id_get_type
|
||||
gimp_param_item_id_get_type
|
||||
gimp_param_layer_id_get_type
|
||||
gimp_param_layer_mask_id_get_type
|
||||
gimp_param_selection_id_get_type
|
||||
gimp_param_vectors_id_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
|
|
@ -14,7 +14,9 @@ gimp_image_combo_box_get_type
|
|||
gimp_layer_combo_box_get_type
|
||||
gimp_palette_select_button_get_type
|
||||
gimp_pattern_select_button_get_type
|
||||
gimp_plug_in_get_type
|
||||
gimp_proc_browser_dialog_get_type
|
||||
gimp_procedure_get_type
|
||||
gimp_progress_bar_get_type
|
||||
gimp_select_button_get_type
|
||||
gimp_vectors_combo_box_get_type
|
||||
|
|
Loading…
Reference in New Issue