[gimp] devel-docs: more updates



commit bcdc7d6c72e07a2894d82215619ac80053efdc3a
Author: Michael Natterer <mitch gimp org>
Date:   Mon Jun 1 00:44:35 2015 +0200

    devel-docs: more updates

 devel-docs/libgimp/libgimp-docs.sgml               |    9 +-
 devel-docs/libgimp/libgimp-sections.txt            |  122 +++++++++++---------
 devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml |    3 +
 .../libgimpwidgets/libgimpwidgets-sections.txt     |   88 ++++++++++++---
 devel-docs/libgimpwidgets/libgimpwidgets.types     |    2 +
 devel-docs/libgimpwidgets/tmpl/.gitignore          |    3 +
 devel-docs/libgimpwidgets/tmpl/gimpstock.sgml      |   35 ++++++
 7 files changed, 188 insertions(+), 74 deletions(-)
---
diff --git a/devel-docs/libgimp/libgimp-docs.sgml b/devel-docs/libgimp/libgimp-docs.sgml
index 925afd4..9d454f4 100644
--- a/devel-docs/libgimp/libgimp-docs.sgml
+++ b/devel-docs/libgimp/libgimp-docs.sgml
@@ -40,7 +40,6 @@
       <title>Manupulating Images and their Properties</title>
       <xi:include href="xml/gimpchannel.xml" />
       <xi:include href="xml/gimpcolor.xml" />
-      <xi:include href="xml/gimpconvert.xml" />
       <xi:include href="xml/gimpdisplay.xml" />
       <xi:include href="xml/gimpdrawable.xml" />
       <xi:include href="xml/gimpdrawablecolor.xml" />
@@ -48,10 +47,13 @@
       <xi:include href="xml/gimpedit.xml" />
       <xi:include href="xml/gimpfileops.xml" />
       <xi:include href="xml/gimpfloatingsel.xml" />
-      <xi:include href="xml/gimpgrid.xml" />
-      <xi:include href="xml/gimpguides.xml" />
       <xi:include href="xml/gimpimage.xml" />
+      <xi:include href="xml/gimpimageconvert.xml" />
+      <xi:include href="xml/gimpimagegrid.xml" />
+      <xi:include href="xml/gimpimageguides.xml" />
       <xi:include href="xml/gimpimageselect.xml" />
+      <xi:include href="xml/gimpimagetransform.xml" />
+      <xi:include href="xml/gimpimageundo.xml" />
       <xi:include href="xml/gimpmetadata.xml" />
       <xi:include href="xml/gimpitem.xml" />
       <xi:include href="xml/gimpitemtransform.xml" />
@@ -68,7 +70,6 @@
       <xi:include href="xml/gimppainttools.xml" />
       <xi:include href="xml/gimpselectiontools.xml" />
       <xi:include href="xml/gimptransformtools.xml" />
-      <xi:include href="xml/gimpundo.xml" />
       <xi:include href="xml/gimpvectors.xml" />
     </chapter>
 
diff --git a/devel-docs/libgimp/libgimp-sections.txt b/devel-docs/libgimp/libgimp-sections.txt
index a15ef31..60360b8 100644
--- a/devel-docs/libgimp/libgimp-sections.txt
+++ b/devel-docs/libgimp/libgimp-sections.txt
@@ -206,13 +206,21 @@ gimp_context_get_paint_mode
 gimp_context_set_paint_mode
 gimp_context_get_brush
 gimp_context_set_brush
-gimp_context_get_brush_angle
-gimp_context_set_brush_angle
-gimp_context_get_brush_aspect_ratio
-gimp_context_set_brush_aspect_ratio
 gimp_context_get_brush_size
 gimp_context_set_brush_size
 gimp_context_set_brush_default_size
+gimp_context_get_brush_aspect_ratio
+gimp_context_set_brush_aspect_ratio
+gimp_context_get_brush_angle
+gimp_context_set_brush_angle
+gimp_context_get_brush_spacing
+gimp_context_set_brush_spacing
+gimp_context_set_brush_default_spacing
+gimp_context_get_brush_hardness
+gimp_context_set_brush_hardness
+gimp_context_set_brush_default_hardness
+gimp_context_get_brush_force
+gimp_context_set_brush_force
 gimp_context_get_dynamics
 gimp_context_set_dynamics
 gimp_context_get_pattern
@@ -269,15 +277,6 @@ gimp_context_set_ink_tilt_sensitivity
 </SECTION>
 
 <SECTION>
-<FILE>gimpconvert</FILE>
-gimp_image_convert_rgb
-gimp_image_convert_grayscale
-gimp_image_convert_indexed
-gimp_image_convert_set_dither_matrix
-gimp_image_convert_precision
-</SECTION>
-
-<SECTION>
 <FILE>gimpdisplay</FILE>
 gimp_display_new
 gimp_display_delete
@@ -519,30 +518,6 @@ gimp_gradients_set_popup
 </SECTION>
 
 <SECTION>
-<FILE>gimpgrid</FILE>
-gimp_image_grid_get_spacing
-gimp_image_grid_set_spacing
-gimp_image_grid_get_offset
-gimp_image_grid_set_offset
-gimp_image_grid_get_foreground_color
-gimp_image_grid_set_foreground_color
-gimp_image_grid_get_background_color
-gimp_image_grid_set_background_color
-gimp_image_grid_get_style
-gimp_image_grid_set_style
-</SECTION>
-
-<SECTION>
-<FILE>gimpguides</FILE>
-gimp_image_add_hguide
-gimp_image_add_vguide
-gimp_image_delete_guide
-gimp_image_find_next_guide
-gimp_image_get_guide_orientation
-gimp_image_get_guide_position
-</SECTION>
-
-<SECTION>
 <FILE>gimphelp</FILE>
 gimp_help
 </SECTION>
@@ -564,13 +539,6 @@ gimp_image_get_precision
 gimp_image_width
 gimp_image_height
 gimp_image_free_shadow
-gimp_image_flip
-gimp_image_rotate
-gimp_image_resize
-gimp_image_resize_to_layers
-gimp_image_scale
-gimp_image_scale_full
-gimp_image_crop
 gimp_image_get_layers
 gimp_image_get_channels
 gimp_image_get_active_drawable
@@ -658,6 +626,39 @@ gimp_image_get_vectors_position
 </SECTION>
 
 <SECTION>
+<FILE>gimpimageconvert</FILE>
+gimp_image_convert_rgb
+gimp_image_convert_grayscale
+gimp_image_convert_indexed
+gimp_image_convert_set_dither_matrix
+gimp_image_convert_precision
+</SECTION>
+
+<SECTION>
+<FILE>gimpimagegrid</FILE>
+gimp_image_grid_get_spacing
+gimp_image_grid_set_spacing
+gimp_image_grid_get_offset
+gimp_image_grid_set_offset
+gimp_image_grid_get_foreground_color
+gimp_image_grid_set_foreground_color
+gimp_image_grid_get_background_color
+gimp_image_grid_set_background_color
+gimp_image_grid_get_style
+gimp_image_grid_set_style
+</SECTION>
+
+<SECTION>
+<FILE>gimpimageguides</FILE>
+gimp_image_add_hguide
+gimp_image_add_vguide
+gimp_image_delete_guide
+gimp_image_find_next_guide
+gimp_image_get_guide_orientation
+gimp_image_get_guide_position
+</SECTION>
+
+<SECTION>
 <FILE>gimpimageselect</FILE>
 gimp_image_select_color
 gimp_image_select_contiguous_color
@@ -669,6 +670,28 @@ gimp_image_select_item
 </SECTION>
 
 <SECTION>
+<FILE>gimpimagetransform</FILE>
+gimp_image_resize
+gimp_image_resize_to_layers
+gimp_image_scale
+gimp_image_scale_full
+gimp_image_crop
+gimp_image_flip
+gimp_image_rotate
+</SECTION>
+
+<SECTION>
+<FILE>gimpimageundo</FILE>
+gimp_image_undo_group_start
+gimp_image_undo_group_end
+gimp_image_undo_is_enabled
+gimp_image_undo_disable
+gimp_image_undo_enable
+gimp_image_undo_freeze
+gimp_image_undo_thaw
+</SECTION>
+
+<SECTION>
 <FILE>gimpmetadata</FILE>
 gimp_image_metadata_load_prepare
 gimp_image_metadata_load_finish
@@ -1073,17 +1096,6 @@ gimp_transform_2d
 </SECTION>
 
 <SECTION>
-<FILE>gimpundo</FILE>
-gimp_image_undo_group_start
-gimp_image_undo_group_end
-gimp_image_undo_is_enabled
-gimp_image_undo_disable
-gimp_image_undo_enable
-gimp_image_undo_freeze
-gimp_image_undo_thaw
-</SECTION>
-
-<SECTION>
 <FILE>gimpvectors</FILE>
 gimp_vectors_new
 gimp_vectors_new_from_text_layer
diff --git a/devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml 
b/devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml
index 22f98b9..cb80c7b 100644
--- a/devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml
+++ b/devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml
@@ -31,8 +31,10 @@
     <xi:include href="xml/gimpcolorhexentry.xml" />
     <xi:include href="xml/gimpcolorscale.xml" />
     <xi:include href="xml/gimpcolorselection.xml" />
+    <xi:include href="xml/gimpcolorprofilechooserdialog.xml" />
     <xi:include href="xml/gimpcolorprofilestore.xml" />
     <xi:include href="xml/gimpcolorprofilecombobox.xml" />
+    <xi:include href="xml/gimpcolorprofileview.xml" />
     <xi:include href="xml/gimpdialog.xml" />
     <xi:include href="xml/gimpenumstore.xml" />
     <xi:include href="xml/gimpenumcombobox.xml" />
@@ -96,6 +98,7 @@
     <xi:include href="xml/gimpenumwidgets.xml" />
     <xi:include href="xml/gimppropwidgets.xml" />
     <xi:include href="xml/gimpwidgets.xml" />
+    <xi:include href="xml/gimpwidgetsutils.xml" />
   </part>
 
   <part id="libgimpwidgets-deprecated">
diff --git a/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt 
b/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt
index 788cfff..86d19ee 100644
--- a/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt
+++ b/devel-docs/libgimpwidgets/libgimpwidgets-sections.txt
@@ -203,20 +203,20 @@ GIMP_COLOR_SELECTION_GET_CLASS
 </SECTION>
 
 <SECTION>
-<FILE>gimpcolorprofilestore</FILE>
-<TITLE>GimpColorProfileStore</TITLE>
-GimpColorProfileStore
-gimp_color_profile_store_new
-gimp_color_profile_store_add
+<FILE>gimpcolorprofilechooserdialog</FILE>
+<TITLE>GimpColorProfileChooserDialog</TITLE>
+gimp_color_profile_chooser_dialog_new
 <SUBSECTION Standard>
-GimpColorProfileStoreClass
-GIMP_COLOR_PROFILE_STORE
-GIMP_IS_COLOR_PROFILE_STORE
-GIMP_TYPE_COLOR_PROFILE_STORE
-gimp_color_profile_store_get_type
-GIMP_COLOR_PROFILE_STORE_CLASS
-GIMP_IS_COLOR_PROFILE_STORE_CLASS
-GIMP_COLOR_PROFILE_STORE_GET_CLASS
+GIMP_COLOR_PROFILE_CHOOSER_DIALOG
+GIMP_COLOR_PROFILE_CHOOSER_DIALOG_CLASS
+GIMP_COLOR_PROFILE_CHOOSER_DIALOG_GET_CLASS
+GIMP_IS_COLOR_PROFILE_CHOOSER_DIALOG
+GIMP_IS_COLOR_PROFILE_CHOOSER_DIALOG_CLASS
+GIMP_TYPE_COLOR_PROFILE_CHOOSER_DIALOG
+GimpColorProfileChooserDialog
+GimpColorProfileChooserDialogClass
+GimpColorProfileChooserDialogPrivate
+gimp_color_profile_chooser_dialog_get_type
 </SECTION>
 
 <SECTION>
@@ -240,6 +240,42 @@ GIMP_COLOR_PROFILE_COMBO_BOX_GET_CLASS
 </SECTION>
 
 <SECTION>
+<FILE>gimpcolorprofilestore</FILE>
+<TITLE>GimpColorProfileStore</TITLE>
+GimpColorProfileStore
+gimp_color_profile_store_new
+gimp_color_profile_store_add
+<SUBSECTION Standard>
+GimpColorProfileStoreClass
+GIMP_COLOR_PROFILE_STORE
+GIMP_IS_COLOR_PROFILE_STORE
+GIMP_TYPE_COLOR_PROFILE_STORE
+gimp_color_profile_store_get_type
+GIMP_COLOR_PROFILE_STORE_CLASS
+GIMP_IS_COLOR_PROFILE_STORE_CLASS
+GIMP_COLOR_PROFILE_STORE_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>gimpcolorprofileview</FILE>
+<TITLE>GimpColorProfileView</TITLE>
+gimp_color_profile_view_new
+gimp_color_profile_view_set_profile
+gimp_color_profile_view_set_error
+<SUBSECTION Standard>
+GIMP_COLOR_PROFILE_VIEW
+GIMP_COLOR_PROFILE_VIEW_CLASS
+GIMP_COLOR_PROFILE_VIEW_GET_CLASS
+GIMP_IS_COLOR_PROFILE_VIEW
+GIMP_IS_COLOR_PROFILE_VIEW_CLASS
+GIMP_TYPE_COLOR_PROFILE_VIEW
+GimpColorProfileView
+GimpColorProfileViewClass
+GimpColorProfileViewPrivate
+gimp_color_profile_view_get_type
+</SECTION>
+
+<SECTION>
 <FILE>gimpenumstore</FILE>
 <TITLE>GimpEnumStore</TITLE>
 GimpEnumStore
@@ -248,6 +284,7 @@ gimp_enum_store_new_with_range
 gimp_enum_store_new_with_values
 gimp_enum_store_new_with_values_valist
 gimp_enum_store_set_stock_prefix
+gimp_enum_store_set_icon_prefix
 <SUBSECTION Standard>
 GimpEnumStoreClass
 GIMP_ENUM_STORE
@@ -266,6 +303,7 @@ GimpEnumComboBox
 gimp_enum_combo_box_new
 gimp_enum_combo_box_new_with_model
 gimp_enum_combo_box_set_stock_prefix
+gimp_enum_combo_box_set_icon_prefix
 <SUBSECTION Standard>
 GimpEnumComboBoxClass
 GIMP_ENUM_COMBO_BOX
@@ -832,6 +870,8 @@ GIMP_STOCK_GRAVITY_SOUTH
 GIMP_STOCK_GRAVITY_SOUTH_EAST
 GIMP_STOCK_HCENTER
 GIMP_STOCK_VCENTER
+GIMP_STOCK_HFILL
+GIMP_STOCK_VFILL
 GIMP_STOCK_CHAR_PICKER
 GIMP_STOCK_LETTER_SPACING
 GIMP_STOCK_LINE_SPACING
@@ -894,6 +934,7 @@ GIMP_STOCK_TOOL_FLIP
 GIMP_STOCK_TOOL_FOREGROUND_SELECT
 GIMP_STOCK_TOOL_FREE_SELECT
 GIMP_STOCK_TOOL_FUZZY_SELECT
+GIMP_STOCK_TOOL_HANDLE_TRANSFORM
 GIMP_STOCK_TOOL_HEAL
 GIMP_STOCK_TOOL_HUE_SATURATION
 GIMP_STOCK_TOOL_INK
@@ -901,6 +942,8 @@ GIMP_STOCK_TOOL_ISCISSORS
 GIMP_STOCK_TOOL_LEVELS
 GIMP_STOCK_TOOL_MEASURE
 GIMP_STOCK_TOOL_MOVE
+GIMP_STOCK_TOOL_MYBRUSH
+GIMP_STOCK_TOOL_N_POINT_DEFORMATION
 GIMP_STOCK_TOOL_PAINTBRUSH
 GIMP_STOCK_TOOL_PATH
 GIMP_STOCK_TOOL_PENCIL
@@ -952,6 +995,9 @@ gimp_enum_radio_frame_new_with_range
 gimp_enum_stock_box_new
 gimp_enum_stock_box_new_with_range
 gimp_enum_stock_box_set_child_padding
+gimp_enum_icon_box_new
+gimp_enum_icon_box_new_with_range
+gimp_enum_icon_box_set_child_padding
 </SECTION>
 
 <SECTION>
@@ -986,8 +1032,6 @@ gimp_int_adjustment_update
 gimp_uint_adjustment_update
 gimp_float_adjustment_update
 gimp_double_adjustment_update
-gimp_table_attach_aligned
-gimp_label_set_attributes
 GIMP_WIDGETS_ERROR
 gimp_widgets_error_quark
 </SECTION>
@@ -1008,10 +1052,12 @@ gimp_prop_enum_label_new
 gimp_prop_enum_radio_box_new
 gimp_prop_enum_radio_frame_new
 gimp_prop_enum_stock_box_new
+gimp_prop_enum_icon_box_new
 gimp_prop_expander_new
 gimp_prop_file_chooser_button_new
 gimp_prop_file_chooser_button_new_with_dialog
 gimp_prop_hscale_new
+gimp_prop_icon_image_new
 gimp_prop_int_combo_box_new
 gimp_prop_label_new
 gimp_prop_memsize_entry_new
@@ -1039,6 +1085,7 @@ gimp_color_display_get_config
 gimp_color_display_get_managed
 gimp_color_display_convert
 gimp_color_display_convert_surface
+gimp_color_display_convert_buffer
 gimp_color_display_load_state
 gimp_color_display_save_state
 gimp_color_display_configure
@@ -1068,6 +1115,7 @@ gimp_color_display_stack_reorder_up
 gimp_color_display_stack_reorder_down
 gimp_color_display_stack_convert
 gimp_color_display_stack_convert_surface
+gimp_color_display_stack_convert_buffer
 <SUBSECTION Standard>
 GimpColorDisplayStackClass
 GIMP_COLOR_DISPLAY_STACK
@@ -1234,6 +1282,16 @@ GIMP_SCROLLED_PREVIEW_GET_CLASS
 </SECTION>
 
 <SECTION>
+<FILE>gimpwidgetsutils</FILE>
+gimp_table_attach_aligned
+gimp_label_set_attributes
+gimp_widget_get_monitor
+gimp_get_monitor_at_pointer
+gimp_widget_get_color_profile
+gimp_widget_get_color_transform
+</SECTION>
+
+<SECTION>
 <FILE>gimpzoommodel</FILE>
 <TITLE>GimpZoomModel</TITLE>
 GimpZoomModel
diff --git a/devel-docs/libgimpwidgets/libgimpwidgets.types b/devel-docs/libgimpwidgets/libgimpwidgets.types
index a092ea9..da0cecc 100644
--- a/devel-docs/libgimpwidgets/libgimpwidgets.types
+++ b/devel-docs/libgimpwidgets/libgimpwidgets.types
@@ -14,8 +14,10 @@ gimp_color_display_get_type
 gimp_color_display_stack_get_type
 gimp_color_hex_entry_get_type
 gimp_color_notebook_get_type
+gimp_color_profile_chooser_dialog_get_type
 gimp_color_profile_store_get_type
 gimp_color_profile_combo_box_get_type
+gimp_color_profile_view_get_type
 gimp_color_scale_get_type
 gimp_color_scales_get_type
 gimp_color_selector_get_type
diff --git a/devel-docs/libgimpwidgets/tmpl/.gitignore b/devel-docs/libgimpwidgets/tmpl/.gitignore
index 49e95d9..f172f49 100644
--- a/devel-docs/libgimpwidgets/tmpl/.gitignore
+++ b/devel-docs/libgimpwidgets/tmpl/.gitignore
@@ -13,8 +13,10 @@
 /gimpcolordisplaystack.sgml
 /gimpcolorhexentry.sgml
 /gimpcolornotebook.sgml
+/gimpcolorprofilechooserdialog.sgml
 /gimpcolorprofilecombobox.sgml
 /gimpcolorprofilestore.sgml
+/gimpcolorprofileview.sgml
 /gimpcolorscale.sgml
 /gimpcolorscales.sgml
 /gimpcolorselect.sgml
@@ -52,4 +54,5 @@
 /gimpunitmenu.sgml
 /gimpunitstore.sgml
 /gimpwidgets.sgml
+/gimpwidgetsutils.sgml
 /gimpzoommodel.sgml
diff --git a/devel-docs/libgimpwidgets/tmpl/gimpstock.sgml b/devel-docs/libgimpwidgets/tmpl/gimpstock.sgml
index 7f5f101..53bf4d2 100644
--- a/devel-docs/libgimpwidgets/tmpl/gimpstock.sgml
+++ b/devel-docs/libgimpwidgets/tmpl/gimpstock.sgml
@@ -760,6 +760,20 @@ RTL variant
 
 
 
+<!-- ##### MACRO GIMP_STOCK_HFILL ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO GIMP_STOCK_VFILL ##### -->
+<para>
+
+</para>
+
+
+
 <!-- ##### MACRO GIMP_STOCK_CHAR_PICKER ##### -->
 <para xml:base="../gimpstock.xml">
 <inlinegraphic fileref="gimp-char-picker.png" format="png"></inlinegraphic>
@@ -1194,6 +1208,13 @@ RTL variant
 
 
 
+<!-- ##### MACRO GIMP_STOCK_TOOL_HANDLE_TRANSFORM ##### -->
+<para>
+
+</para>
+
+
+
 <!-- ##### MACRO GIMP_STOCK_TOOL_HEAL ##### -->
 <para xml:base="../gimpstock.xml">
 <inlinegraphic fileref="gimp-tool-heal.png" format="png"></inlinegraphic>
@@ -1243,6 +1264,20 @@ RTL variant
 
 
 
+<!-- ##### MACRO GIMP_STOCK_TOOL_MYBRUSH ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### MACRO GIMP_STOCK_TOOL_N_POINT_DEFORMATION ##### -->
+<para>
+
+</para>
+
+
+
 <!-- ##### MACRO GIMP_STOCK_TOOL_PAINTBRUSH ##### -->
 <para xml:base="../gimpstock.xml">
 <inlinegraphic fileref="gimp-tool-paintbrush.png" format="png"></inlinegraphic>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]