Fixed (transfer full) introspection annotation for the return value in pango_attr_lis...
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 22:39:25 +0000 (23:39 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 22:39:25 +0000 (23:39 +0100)
pango/pango-attributes.c

index a9334ba..43abc3f 100644 (file)
@@ -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