[gimp] Add enum GimpTextHintStyle and gimp_rectangle_union() to the docs
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Add enum GimpTextHintStyle and gimp_rectangle_union() to the docs
- Date: Tue, 8 Sep 2009 18:01:13 +0000 (UTC)
commit 332ebeb5d3ca156e2df757b393f073b0bb998270
Author: Michael Natterer <mitch gimp org>
Date: Tue Sep 8 15:04:05 2009 +0200
Add enum GimpTextHintStyle and gimp_rectangle_union() to the docs
devel-docs/libgimpbase/libgimpbase-sections.txt | 4 ++++
devel-docs/libgimpbase/tmpl/gimpbaseenums.sgml | 10 ++++++++++
devel-docs/libgimpbase/tmpl/gimprectangle.sgml | 19 +++++++++++++++++++
3 files changed, 33 insertions(+), 0 deletions(-)
---
diff --git a/devel-docs/libgimpbase/libgimpbase-sections.txt b/devel-docs/libgimpbase/libgimpbase-sections.txt
index 08cf5ed..81b255a 100644
--- a/devel-docs/libgimpbase/libgimpbase-sections.txt
+++ b/devel-docs/libgimpbase/libgimpbase-sections.txt
@@ -43,6 +43,7 @@ GimpRunMode
GimpSizeType
GimpStackTraceMode
GimpTextDirection
+GimpTextHintStyle
GimpTextJustification
GimpTransferMode
GimpTransformDirection
@@ -79,6 +80,7 @@ GIMP_TYPE_RUN_MODE
GIMP_TYPE_SIZE_TYPE
GIMP_TYPE_STACK_TRACE_MODE
GIMP_TYPE_TEXT_DIRECTION
+GIMP_TYPE_TEXT_HINT_STYLE
GIMP_TYPE_TEXT_JUSTIFICATION
GIMP_TYPE_TRANSFER_MODE
GIMP_TYPE_TRANSFORM_DIRECTION
@@ -114,6 +116,7 @@ gimp_run_mode_get_type
gimp_size_type_get_type
gimp_stack_trace_mode_get_type
gimp_text_direction_get_type
+gimp_text_hint_style_get_type
gimp_text_justification_get_type
gimp_transfer_mode_get_type
gimp_transform_direction_get_type
@@ -182,6 +185,7 @@ gimp_param_memsize_get_type
<SECTION>
<FILE>gimprectangle</FILE>
gimp_rectangle_intersect
+gimp_rectangle_union
</SECTION>
<SECTION>
diff --git a/devel-docs/libgimpbase/tmpl/gimpbaseenums.sgml b/devel-docs/libgimpbase/tmpl/gimpbaseenums.sgml
index 5372a81..7531822 100644
--- a/devel-docs/libgimpbase/tmpl/gimpbaseenums.sgml
+++ b/devel-docs/libgimpbase/tmpl/gimpbaseenums.sgml
@@ -324,6 +324,16 @@ Basic GIMP enumeration data types.
@GIMP_TEXT_DIRECTION_LTR:
@GIMP_TEXT_DIRECTION_RTL:
+<!-- ##### ENUM GimpTextHintStyle ##### -->
+<para>
+
+</para>
+
+ GIMP_TEXT_HINT_STYLE_NONE:
+ GIMP_TEXT_HINT_STYLE_SLIGHT:
+ GIMP_TEXT_HINT_STYLE_MEDIUM:
+ GIMP_TEXT_HINT_STYLE_FULL:
+
<!-- ##### ENUM GimpTextJustification ##### -->
<para>
diff --git a/devel-docs/libgimpbase/tmpl/gimprectangle.sgml b/devel-docs/libgimpbase/tmpl/gimprectangle.sgml
index 72cf6a4..586fa44 100644
--- a/devel-docs/libgimpbase/tmpl/gimprectangle.sgml
+++ b/devel-docs/libgimpbase/tmpl/gimprectangle.sgml
@@ -37,3 +37,22 @@ gimprectangle
@Returns:
+<!-- ##### FUNCTION gimp_rectangle_union ##### -->
+<para>
+
+</para>
+
+ x1:
+ y1:
+ width1:
+ height1:
+ x2:
+ y2:
+ width2:
+ height2:
+ dest_x:
+ dest_y:
+ dest_width:
+ dest_height:
+
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]