summaryrefslogtreecommitdiff
path: root/pango/pango-ot.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-01-28 21:55:25 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-01-28 21:55:25 +0000
commit3932f8ef5723867ee726adcbc70b536317aa0f31 (patch)
tree363a2e90d849036d725dc1e00f67d62b09729a9b /pango/pango-ot.h
parent54bc986fca7f0803571cadff036f129f0b6827af (diff)
downloadpango-3932f8ef5723867ee726adcbc70b536317aa0f31.tar.gz
Document PangoOTBuffer and PangoOTGlyph.
2006-01-28 Behdad Esfahbod <behdad@gnome.org> * doc/tmpl/opentype.sgml: Document PangoOTBuffer and PangoOTGlyph. * pango/pango-ot-buffer.c, pango/pango-ot-info.c, pango/pango-ot-ruleset.c: Document remaining symbols.
Diffstat (limited to 'pango/pango-ot.h')
-rw-r--r--pango/pango-ot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-ot.h b/pango/pango-ot.h
index 8663e101..a0f2efa9 100644
--- a/pango/pango-ot.h
+++ b/pango/pango-ot.h
@@ -91,7 +91,7 @@ void pango_ot_buffer_clear (PangoOTBuffer *buffer);
void pango_ot_buffer_set_rtl (PangoOTBuffer *buffer,
gboolean rtl);
void pango_ot_buffer_add_glyph (PangoOTBuffer *buffer,
- guint glyph_index,
+ guint glyph,
guint properties,
guint cluster);
void pango_ot_buffer_get_glyphs (PangoOTBuffer *buffer,