diff options
author | Evan Nemerson <evan@coeus-group.com> | 2012-08-07 19:35:28 -0700 |
---|---|---|
committer | Evan Nemerson <evan@coeus-group.com> | 2012-08-12 19:04:25 -0700 |
commit | feff5a6e2682048a07a6ba09af83254e290bf394 (patch) | |
tree | 78a7df91f6634a476c1b765be0ecc81cb014ed9d /pango/pango-glyph-item.c | |
parent | eddbc909f835901fe08794be0ec45840d3494af5 (diff) | |
download | pango-feff5a6e2682048a07a6ba09af83254e290bf394.tar.gz |
introspection: assorted fixes to avoid regressions in Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=681423
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 |