diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 20:52:48 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 20:52:48 +0100 |
commit | db3ac6083dcd3fe6c9f31c70d314f8a572545057 (patch) | |
tree | 7ca2d8ec4bc4bf2e09bfc66263823a3530acba3b /pango/pango-attributes.c | |
parent | 5d0ee19f32e062240d2084bf037d0a9e31bce6df (diff) | |
download | pango-db3ac6083dcd3fe6c9f31c70d314f8a572545057.tar.gz |
Fixing array introspection annotation for pango_attr_iterator_get_font
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r-- | pango/pango-attributes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index 0b6ccd48..1ef64e6f 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -1784,7 +1784,7 @@ pango_attr_iterator_get (PangoAttrIterator *iterator, * <literal>pango_font_description_set_family (desc, pango_font_description_get_family (desc))</literal>. * @language: (allow-none): if non-%NULL, location to store language tag for item, or %NULL * if none is found. - * @extra_attrs: (allow-none) (element type Pango.Attribute) (transfer full): if non-%NULL, + * @extra_attrs: (allow-none) (element-type Pango.Attribute) (transfer full): if non-%NULL, * location in which to store a list of non-font * attributes at the the current position; only the highest priority * value of each attribute will be added to this list. In order |