summaryrefslogtreecommitdiff
path: root/pango/mapping.c
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2002-11-08 19:00:52 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2002-11-08 19:00:52 +0000
commit23c23546a22a785be7eca60f4bc59f7723456ffe (patch)
tree17eb05c1468d6ade4fc77feb36547d026a6de5af /pango/mapping.c
parent1b16a7e3e014d4b4f4e6f30521a572689fa75df5 (diff)
downloadpango-23c23546a22a785be7eca60f4bc59f7723456ffe.tar.gz
Trivial s/foo/foo_/ fixes to make pango.h includable with -Wshadow
Fri Nov 8 20:02:09 2002 Soeren Sandmann <sandmann@daimi.au.dk> * docs/tmpl/coverage-maps.sgml: * docs/tmpl/glyphs.sgml: * docs/tmpl/layout.sgml: * docs/tmpl/x-fonts.sgml: * pango/mapping.c: * pango/pango-coverage.c: * pango/pango-coverage.h: * pango/pango-glyph.h: * pango/pango-layout.c: * pango/pango-layout.h: * pango/pangox.h: Trivial s/foo/foo_/ fixes to make pango.h includable with -Wshadow (#91680).
Diffstat (limited to 'pango/mapping.c')
-rw-r--r--pango/mapping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/mapping.c b/pango/mapping.c
index a5e6a872..46e45ac8 100644
--- a/pango/mapping.c
+++ b/pango/mapping.c
@@ -36,7 +36,7 @@
* @text: the text for the run
* @length: the number of bytes (not characters) in @text.
* @analysis: the analysis information return from pango_itemize()
- * @index: the byte index within @text
+ * @index_: the byte index within @text
* @trailing: whether we should compute the result for the beginning
* or end of the character.
* @x_pos: location to store result
@@ -160,7 +160,7 @@ pango_glyph_string_index_to_x (PangoGlyphString *glyphs,
* @length: the number of bytes (not characters) in text.
* @analysis: the analysis information return from pango_itemize()
* @x_pos: the x offset (in thousands of a device unit)
- * @index: location to store calculated byte index within @text
+ * @index_: location to store calculated byte index within @text
* @trailing: location to store a integer indicating where
* whether the user clicked on the leading or trailing
* edge of the character.