summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 21:30:18 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 21:30:18 +0100
commit4acacd27dd882c8aec4a7f49cc487724e69e2e14 (patch)
treee14816044d67a62634c880fc0e13614f8f81a5c1
parentb803f39784f2feb178ad64979a01aa03d0a2ab3d (diff)
downloadpango-4acacd27dd882c8aec4a7f49cc487724e69e2e14.tar.gz
Fixing (transfer none) introspection annotation for the return value in pango_layout_copy
-rw-r--r--pango/pango-layout.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 211d6d41..e66a50e8 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -282,9 +282,9 @@ pango_layout_new (PangoContext *context)
* tab array, and text from the original layout are all copied by
* value.
*
- * Return value: the newly allocated #PangoLayout, with a reference
- * count of one, which should be freed with
- * g_object_unref().
+ * Return value: (transfer full): the newly allocated #PangoLayout,
+ * with a reference count of one, which should be freed
+ * with g_object_unref().
**/
PangoLayout*
pango_layout_copy (PangoLayout *src)