diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tmpl/text-attributes.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index ae6add8f..2e1adb8c 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -75,9 +75,9 @@ applies. </para> @klass: the class structure holding information about the type of the attribute -@start_index: the start index of the range. -@end_index: end index of the range. The character at this index is not - included in the range. +@start_index: the start index of the range (in bytes). +@end_index: end index of the range. The character containing this byte index is + not included in the range. <!-- ##### STRUCT PangoAttrString ##### --> <para> |