[pango] Fixing (transfer none) introspection annotation for the return value in pango_layout_copy



commit 4acacd27dd882c8aec4a7f49cc487724e69e2e14
Author: Alberto Ruiz <aruiz gnome org>
Date:   Mon Apr 25 21:30:18 2011 +0100

    Fixing (transfer none) introspection annotation for the return value in pango_layout_copy

 pango/pango-layout.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index 211d6d4..e66a50e 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]