Fixing (transfer none) introspection annotation for the return value in pango_layout_copy
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 20:30:18 +0000 (21:30 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 20:30:18 +0000 (21:30 +0100)
pango/pango-layout.c

index 211d6d4..e66a50e 100644 (file)
@@ -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)