summaryrefslogtreecommitdiff
path: root/pango/pango-item.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-item.h')
-rw-r--r--pango/pango-item.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/pango-item.h b/pango/pango-item.h
index 4f84dc9b..c48f9d66 100644
--- a/pango/pango-item.h
+++ b/pango/pango-item.h
@@ -82,6 +82,10 @@ struct _PangoAnalysis
/**
* PangoItem:
+ * @offset: byte offset of the start of this item in text.
+ * @length: length of this item in bytes.
+ * @num_chars: number of Unicode characters in the item.
+ * @analysis: analysis results for the item.
*
* The #PangoItem structure stores information about a segment of text.
*/