summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-26 00:15:46 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-26 00:15:46 +0100
commitadab8c169c04eea795d009f8097eb00235db386b (patch)
treee3db9cf924590b5601b4594809c8b6dc752984b8
parent1a10aafb9acf4044ac6c9913837ce4a1c53c6e98 (diff)
downloadpango-adab8c169c04eea795d009f8097eb00235db386b.tar.gz
Fixed (transfer full) introspection annotation for the return value in pango_glyph_item_apply_attr
-rw-r--r--pango/pango-glyph-item.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-glyph-item.c b/pango/pango-glyph-item.c
index 49d4b07d..26c3666f 100644
--- a/pango/pango-glyph-item.c
+++ b/pango/pango-glyph-item.c
@@ -564,9 +564,9 @@ split_before_cluster_start (ApplyAttrsState *state)
* This function takes ownership of @glyph_item; it will be reused
* as one of the elements in the list.
*
- * Return value: a list of glyph items resulting from splitting
- * @glyph_item. Free the elements using pango_glyph_item_free(),
- * the list using g_slist_free().
+ * Return value: (transfer full): a list of glyph items resulting
+ * from splitting @glyph_item. Free the elements using
+ * pango_glyph_item_free(), the list using g_slist_free().
*
* Since: 1.2
**/