diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2015-05-05 17:27:23 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-05-05 17:45:58 -0700 |
commit | 5b3103d6718af6263a8aa4610e7ac56221399215 (patch) | |
tree | 851a774a55a771322ebd0a96ab7ada53e28340c7 /pango/pango-glyph-item.h | |
parent | c923660d8f58ccfa43cf158a42460d4efe566de2 (diff) | |
download | pango-5b3103d6718af6263a8aa4610e7ac56221399215.tar.gz |
Minor doc fix
Diffstat (limited to 'pango/pango-glyph-item.h')
-rw-r--r-- | pango/pango-glyph-item.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-glyph-item.h b/pango/pango-glyph-item.h index 61b5ec47..cc87ae1b 100644 --- a/pango/pango-glyph-item.h +++ b/pango/pango-glyph-item.h @@ -31,6 +31,8 @@ G_BEGIN_DECLS /** * PangoGlyphItem: + * @item: corresponding #PangoItem. + * @glyphs: corresponding #PangoGlyphString. * * A #PangoGlyphItem is a pair of a #PangoItem and the glyphs * resulting from shaping the text corresponding to an item. |