diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-11-26 01:47:56 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-11-26 01:47:56 +0000 |
commit | 18ef2933576dad079d0800f56a833f012a6962a5 (patch) | |
tree | f55d376c0357ff032dfe01e85d85cdcee76f0e56 /pango/glyphstring.c | |
parent | af005fe20c9374b09447575db509eac69d7772d9 (diff) | |
download | pango-18ef2933576dad079d0800f56a833f012a6962a5.tar.gz |
Clarify the meaning of the @end parameter. (#96843, Jungshik Shin)
Mon Nov 25 20:25:23 2002 Owen Taylor <otaylor@redhat.com>
* pango/glyphstring.c (pango_glyph_string_extents_range):
Clarify the meaning of the @end parameter. (#96843,
Jungshik Shin)
Diffstat (limited to 'pango/glyphstring.c')
-rw-r--r-- | pango/glyphstring.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/glyphstring.c b/pango/glyphstring.c index 9a930a37..f4766191 100644 --- a/pango/glyphstring.c +++ b/pango/glyphstring.c @@ -125,7 +125,8 @@ pango_glyph_string_free (PangoGlyphString *string) * pango_glyph_string_extents_range: * @glyphs: a #PangoGlyphString * @start: start index - * @end: end index + * @end: end index (the range is the set of bytes with + indices such that start <= index < end) * @font: a #PangoFont * @ink_rect: rectangle used to store the extents of the glyph string range as drawn * or %NULL to indicate that the result is not needed. |