devel-docs: add lots of missing functions to foo-sections.txt

This commit is contained in:
Michael Natterer 2011-04-14 22:01:33 +02:00
parent f4dcfbb72e
commit d2828cb279
6 changed files with 82 additions and 2 deletions

View File

@ -45,8 +45,12 @@ gimp_get_progname
gimp_extension_enable
gimp_extension_ack
gimp_extension_process
gimp_attach_parasite
gimp_detach_parasite
gimp_parasite_find
gimp_parasite_list
gimp_get_parasite
gimp_get_parasite_list
gimp_parasite_attach
gimp_parasite_detach
gimp_attach_new_parasite
@ -231,6 +235,7 @@ gimp_threshold
<FILE>gimpcontext</FILE>
gimp_context_push
gimp_context_pop
gimp_context_set_defaults
gimp_context_get_foreground
gimp_context_set_foreground
gimp_context_get_background
@ -609,6 +614,10 @@ gimp_image_set_colormap
gimp_image_get_vectors
gimp_image_get_vectors_by_tattoo
gimp_image_get_thumbnail_data
gimp_image_attach_parasite
gimp_image_detach_parasite
gimp_image_get_parasite
gimp_image_get_parasite_list
gimp_image_parasite_find
gimp_image_parasite_list
gimp_image_parasite_attach

View File

@ -259,8 +259,10 @@ gimp_unit_get_symbol
gimp_unit_get_abbreviation
gimp_unit_get_singular
gimp_unit_get_plural
gimp_unit_format_string
gimp_pixels_to_units
gimp_units_to_pixels
gimp_units_to_points
GIMP_TYPE_UNIT
GIMP_TYPE_PARAM_UNIT
GIMP_IS_PARAM_SPEC_UNIT

View File

@ -45,9 +45,16 @@ GIMP_TYPE_PARAM_MATRIX2
GIMP_IS_PARAM_SPEC_MATRIX2
gimp_param_spec_matrix2
GIMP_VALUE_HOLDS_MATRIX2
GIMP_TYPE_MATRIX3
GIMP_TYPE_PARAM_MATRIX3
GIMP_IS_PARAM_SPEC_MATRIX3
gimp_param_spec_matrix3
GIMP_VALUE_HOLDS_MATRIX3
<SUBSECTION Standard>
gimp_matrix2_get_type
gimp_param_matrix2_get_type
gimp_matrix3_get_type
gimp_param_matrix3_get_type
</SECTION>
<SECTION>
@ -62,6 +69,8 @@ gimp_vector2_length
gimp_vector2_length_val
gimp_vector2_mul
gimp_vector2_mul_val
gimp_vector2_normal
gimp_vector2_normal_val
gimp_vector2_normalize
gimp_vector2_normalize_val
gimp_vector2_neg

View File

@ -48,14 +48,14 @@
<xi:include href="xml/gimppageselector.xml" />
<xi:include href="xml/gimppatheditor.xml" />
<xi:include href="xml/gimppickbutton.xml" />
<xi:include href="xml/gimppixmap.xml" />
<xi:include href="xml/gimppreviewarea.xml" />
<xi:include href="xml/gimppreview.xml" />
<xi:include href="xml/gimpruler.xml" />
<xi:include href="xml/gimpscrolledpreview.xml" />
<xi:include href="xml/gimpsizeentry.xml" />
<xi:include href="xml/gimpstringcombobox.xml" />
<xi:include href="xml/gimpunitmenu.xml" />
<xi:include href="xml/gimpunitstore.xml" />
<xi:include href="xml/gimpunitcombobox.xml" />
<xi:include href="xml/gimpzoommodel.xml" />
</part>
@ -101,6 +101,8 @@
<part id="libgimpwidgets-deprecated">
<title>Deprecated API</title>
<xi:include href="xml/gimpoldwidgets.xml" />
<xi:include href="xml/gimppixmap.xml" />
<xi:include href="xml/gimpunitmenu.xml" />
</part>
<index id="libgimpwidgets-index">

View File

@ -43,7 +43,9 @@ gimp_cairo_set_focus_line_pattern
gimp_cairo_checkerboard_create
gimp_cairo_surface_create_from_pixbuf
GIMP_CAIRO_RGB24_SET_PIXEL
GIMP_CAIRO_RGB24_GET_PIXEL
GIMP_CAIRO_ARGB32_SET_PIXEL
GIMP_CAIRO_ARGB32_GET_PIXEL
</SECTION>
<SECTION>
@ -575,6 +577,7 @@ gimp_ruler_set_position
gimp_ruler_get_position
gimp_ruler_set_range
gimp_ruler_get_range
gimp_ruler_add_track_widget
<SUBSECTION Standard>
GimpRulerClass
GIMP_RULER
@ -586,6 +589,50 @@ GIMP_IS_RULER_CLASS
GIMP_RULER_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpunitstore</FILE>
<TITLE>GimpUnitStore</TITLE>
GimpUnitStore
GimpUnitStoreClass
gimp_unit_store_new
gimp_unit_store_set_has_pixels
gimp_unit_store_get_has_pixels
gimp_unit_store_set_has_percent
gimp_unit_store_get_has_percent
gimp_unit_store_set_pixel_value
gimp_unit_store_set_pixel_values
gimp_unit_store_set_resolution
gimp_unit_store_set_resolutions
gimp_unit_store_get_value
gimp_unit_store_get_values
<SUBSECTION Standard>
GIMP_UNIT_STORE
GIMP_IS_UNIT_STORE
GIMP_TYPE_UNIT_STORE
gimp_unit_store_get_type
GIMP_UNIT_STORE_CLASS
GIMP_IS_UNIT_STORE_CLASS
GIMP_UNIT_STORE_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpunitcombobox</FILE>
<TITLE>GimpUnitComboBox</TITLE>
GimpUnitComboBoxClass
gimp_unit_combo_box_new
gimp_unit_combo_box_new_with_model
gimp_unit_combo_box_get_active
gimp_unit_combo_box_set_active
<SUBSECTION Standard>
GIMP_UNIT_COMBO_BOX
GIMP_IS_UNIT_COMBO_BOX
GIMP_TYPE_UNIT_COMBO_BOX
gimp_unit_combo_box_get_type
GIMP_UNIT_COMBO_BOX_CLASS
GIMP_IS_UNIT_COMBO_BOX_CLASS
GIMP_UNIT_COMBO_BOX_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimpunitmenu</FILE>
<TITLE>GimpUnitMenu</TITLE>
@ -872,6 +919,7 @@ GIMP_STOCK_CONTROLLER
GIMP_STOCK_CONTROLLER_KEYBOARD
GIMP_STOCK_CONTROLLER_LINUX_INPUT
GIMP_STOCK_CONTROLLER_MIDI
GIMP_STOCK_CONTROLLER_MOUSE
GIMP_STOCK_CONTROLLER_WHEEL
GIMP_STOCK_DISPLAY_FILTER_COLORBLIND
GIMP_STOCK_DISPLAY_FILTER_CONTRAST
@ -972,6 +1020,7 @@ gimp_prop_spin_button_new
gimp_prop_stock_image_new
gimp_prop_string_combo_box_new
gimp_prop_text_buffer_new
gimp_prop_unit_combo_box_new
gimp_prop_unit_menu_new
</SECTION>
@ -986,6 +1035,7 @@ gimp_color_display_get_enabled
gimp_color_display_get_config
gimp_color_display_get_managed
gimp_color_display_convert
gimp_color_display_convert_surface
gimp_color_display_load_state
gimp_color_display_save_state
gimp_color_display_configure
@ -1014,6 +1064,7 @@ gimp_color_display_stack_remove
gimp_color_display_stack_reorder_up
gimp_color_display_stack_reorder_down
gimp_color_display_stack_convert
gimp_color_display_stack_convert_surface
<SUBSECTION Standard>
GimpColorDisplayStackClass
GIMP_COLOR_DISPLAY_STACK

View File

@ -1459,6 +1459,13 @@ RTL variant
<!-- ##### MACRO GIMP_STOCK_CONTROLLER_MOUSE ##### -->
<para>
</para>
<!-- ##### MACRO GIMP_STOCK_CONTROLLER_WHEEL ##### -->
<para xml:base="../gimpstock.xml">
<inlinegraphic fileref="stock-controller-wheel-24.png" format="png"></inlinegraphic>