summaryrefslogtreecommitdiff
path: root/pango/pango-glyph.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-05-05 17:27:23 -0700
committerBehdad Esfahbod <behdad@behdad.org>2015-05-05 17:45:58 -0700
commit5b3103d6718af6263a8aa4610e7ac56221399215 (patch)
tree851a774a55a771322ebd0a96ab7ada53e28340c7 /pango/pango-glyph.h
parentc923660d8f58ccfa43cf158a42460d4efe566de2 (diff)
downloadpango-5b3103d6718af6263a8aa4610e7ac56221399215.tar.gz
Minor doc fix
Diffstat (limited to 'pango/pango-glyph.h')
-rw-r--r--pango/pango-glyph.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h
index 4b25d084..be0f02dc 100644
--- a/pango/pango-glyph.h
+++ b/pango/pango-glyph.h
@@ -107,6 +107,11 @@ struct _PangoGlyphInfo
*/
/**
* PangoGlyphString:
+ * @num_glyphs: number of the glyphs in this glyph string.
+ * @glyphs: (array length=num_glyphs): array of glyph information
+ * for the glyph string.
+ * @log_clusters: logical cluster info, indexed by the byte index
+ * within the text corresponding to the glyph string.
*
* The #PangoGlyphString structure is used to store strings
* of glyphs with geometry and visual attribute information.