summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2004-05-28 15:17:42 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-05-28 15:17:42 +0000
commit26da91eae8fac636f434c88ebe9c55e97cad05ed (patch)
tree3ef4e139ea39d304d8917ad9347a7b103af18ec9
parent55d6816eab0b796b412b45be3dbf768d5945c81a (diff)
downloadpango-26da91eae8fac636f434c88ebe9c55e97cad05ed.tar.gz
Fix text
-rw-r--r--docs/pango-sections.txt8
-rw-r--r--docs/tmpl/text-attributes.sgml2
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt
index b3a7f140..998345ec 100644
--- a/docs/pango-sections.txt
+++ b/docs/pango-sections.txt
@@ -64,6 +64,14 @@ PANGO_ASCENT
PANGO_DESCENT
PANGO_LBEARING
PANGO_RBEARING
+PangoMatrix
+PANGO_MATRIX_INIT
+pango_matrix_copy
+pango_matrix_free
+pango_matrix_translate
+pango_matrix_scale
+pango_matrix_rotate
+pango_matrix_concat
PangoGlyph
PangoGlyphInfo
PangoGlyphGeometry
diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml
index 2e1adb8c..907b2f0a 100644
--- a/docs/tmpl/text-attributes.sgml
+++ b/docs/tmpl/text-attributes.sgml
@@ -76,7 +76,7 @@ applies.
@klass: the class structure holding information about the type of the attribute
@start_index: the start index of the range (in bytes).
-@end_index: end index of the range. The character containing this byte index is
+@end_index: end index of the range (in bytes). The character at this index
not included in the range.
<!-- ##### STRUCT PangoAttrString ##### -->