summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ##### -->