diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 23:39:25 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 23:39:25 +0100 |
commit | 4c34b796e0977b7b95e1e86c76e365671b1a6e9d (patch) | |
tree | 034d900804bd489ff76d2c6079b1993dfd355424 /pango/pango-attributes.c | |
parent | 133b534182bfbc9ff69fde54ce31d72af0308080 (diff) | |
download | pango-4c34b796e0977b7b95e1e86c76e365671b1a6e9d.tar.gz |
Fixed (transfer full) introspection annotation for the return value in pango_attr_list_filter
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r-- | pango/pango-attributes.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index a9334ba5..43abc3f0 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -1931,15 +1931,15 @@ pango_attr_iterator_get_font (PangoAttrIterator *iterator, /** * pango_attr_list_filter: * @list: a #PangoAttrList - * @func: (scope call) (closure data): callback function; returns %TRUE if an attribute - * should be filtered out. + * @func: (scope call) (closure data): callback function; returns %TRUE + * if an attribute should be filtered out. * @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 * a new list. * - * Return value: the new #PangoAttrList or %NULL if + * Return value: (transfer full): the new #PangoAttrList or %NULL if * no attributes of the given types were found. * * Since: 1.2 |