[gimp] devel-docs: add lots of missing functions to foo-sections.txt
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] devel-docs: add lots of missing functions to foo-sections.txt
- Date: Thu, 14 Apr 2011 20:02:31 +0000 (UTC)
commit d2828cb279e0ae5a5d99fbb7c3353a02db86bfab
Author: Michael Natterer <mitch gimp org>
Date: Thu Apr 14 22:01:33 2011 +0200
devel-docs: add lots of missing functions to foo-sections.txt
devel-docs/libgimp/libgimp-sections.txt | 9 ++++
devel-docs/libgimpbase/libgimpbase-sections.txt | 2 +
devel-docs/libgimpmath/libgimpmath-sections.txt | 9 ++++
devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml | 6 ++-
.../libgimpwidgets/libgimpwidgets-sections.txt | 51 ++++++++++++++++++++
devel-docs/libgimpwidgets/tmpl/gimpstock.sgml | 7 +++
6 files changed, 82 insertions(+), 2 deletions(-)
---
diff --git a/devel-docs/libgimp/libgimp-sections.txt b/devel-docs/libgimp/libgimp-sections.txt
index 174df19..e290be4 100644
--- a/devel-docs/libgimp/libgimp-sections.txt
+++ b/devel-docs/libgimp/libgimp-sections.txt
@@ -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
diff --git a/devel-docs/libgimpbase/libgimpbase-sections.txt b/devel-docs/libgimpbase/libgimpbase-sections.txt
index e6c443c..9bb60df 100644
--- a/devel-docs/libgimpbase/libgimpbase-sections.txt
+++ b/devel-docs/libgimpbase/libgimpbase-sections.txt
@@ -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
diff --git a/devel-docs/libgimpmath/libgimpmath-sections.txt b/devel-docs/libgimpmath/libgimpmath-sections.txt
index 60f142d..bb6389b 100644
--- a/devel-docs/libgimpmath/libgimpmath-sections.txt
+++ b/devel-docs/libgimpmath/libgimpmath-sections.txt
@@ -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
diff --git a/devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml b/devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml
index 1774aad..43d7ea4 100644
--- a/devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml
+++ b/devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml
@@ -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">
diff --git a/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt b/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt
index f789cc3..e59fb4b 100644
--- a/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt
+++ b/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt
@@ -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
@@ -587,6 +590,50 @@ 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>
GimpUnitMenu
@@ -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
diff --git a/devel-docs/libgimpwidgets/tmpl/gimpstock.sgml b/devel-docs/libgimpwidgets/tmpl/gimpstock.sgml
index 329c6d6..a0d046c 100644
--- a/devel-docs/libgimpwidgets/tmpl/gimpstock.sgml
+++ b/devel-docs/libgimpwidgets/tmpl/gimpstock.sgml
@@ -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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]