From ee5a7cb9a1d9c178d3d4d883c8483dd71262aa92 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 6 Aug 2008 08:39:23 +0000 Subject: Improve docs. svn path=/trunk/; revision=2677 --- pango/pango-renderer.c | 2 +- pango/pangocairo-render.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c index 9febeddc..41f290d2 100644 --- a/pango/pango-renderer.c +++ b/pango/pango-renderer.c @@ -682,7 +682,7 @@ pango_renderer_default_draw_glyphs (PangoRenderer *renderer, * output format supports it (PDF for example). * * Note that @text is the start of the text for layout, which is then - * indexed by glyph_item->item->offset. + * indexed by @glyph_item->item->offset. * * The default implementation of this method simply falls back to * pango_renderer_draw_glyphs(). diff --git a/pango/pangocairo-render.c b/pango/pangocairo-render.c index 1fd7dbc3..3314478c 100644 --- a/pango/pangocairo-render.c +++ b/pango/pangocairo-render.c @@ -893,7 +893,7 @@ pango_cairo_show_glyph_string (cairo_t *cr, * be drawn at the current point of the cairo context. * * Note that @text is the start of the text for layout, which is then - * indexed by glyph_item->item->offset. + * indexed by @glyph_item->item->offset. * * Since: 1.20 **/ -- cgit v1.2.1