diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 23:38:45 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 23:38:45 +0100 |
commit | 133b534182bfbc9ff69fde54ce31d72af0308080 (patch) | |
tree | efacea3c5959b810361a3e8778aa8a7b2ac0d49f /pango | |
parent | 02fb7adc8ab51a04c5671c81d3fe2dcf4ed5258d (diff) | |
download | pango-133b534182bfbc9ff69fde54ce31d72af0308080.tar.gz |
Fixed (scope) and (closure) introspection annotation for the return value in pango_attr_list_filter
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-attributes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index 1ef64e6f..a9334ba5 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -1931,9 +1931,9 @@ pango_attr_iterator_get_font (PangoAttrIterator *iterator, /** * pango_attr_list_filter: * @list: a #PangoAttrList - * @func: callback function; returns %TRUE if an attribute + * @func: (scope call) (closure data): callback function; returns %TRUE if an attribute * should be filtered out. - * @data: Data to be passed to @func + * @data: (closure): Data to be passed to @func * * Given a #PangoAttrList and callback function, removes any elements * of @list for which @func returns %TRUE and inserts them into |