diff options
Diffstat (limited to 'pango/pango-glyph-item.c')
-rw-r--r-- | pango/pango-glyph-item.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pango/pango-glyph-item.c b/pango/pango-glyph-item.c index 9c13e8d4..98b06b8b 100644 --- a/pango/pango-glyph-item.c +++ b/pango/pango-glyph-item.c @@ -701,8 +701,8 @@ pango_glyph_item_apply_attrs (PangoGlyphItem *glyph_item, * @text: text that @glyph_item corresponds to * (glyph_item->item->offset is an offset from the * start of @text) - * @log_attrs: logical attributes for the item (the - * first logical attribute refers to the position + * @log_attrs: (array): logical attributes for the item + * (the first logical attribute refers to the position * before the first character in the item) * @letter_spacing: amount of letter spacing to add * in Pango units. May be negative, though too large @@ -774,9 +774,10 @@ pango_glyph_item_letter_space (PangoGlyphItem *glyph_item, * @text: text that @glyph_item corresponds to * (glyph_item->item->offset is an offset from the * start of @text) - * @logical_widths: an array whose length is the number of characters in - * glyph_item (equal to glyph_item->item->num_chars) - * to be filled in with the resulting character widths. + * @logical_widths: (array): an array whose length is the number of + * characters in glyph_item (equal to + * glyph_item->item->num_chars) to be filled in with + * the resulting character widths. * * Given a #PangoGlyphItem and the corresponding * text, determine the screen width corresponding to each character. When |