From: Alberto Ruiz Date: Mon, 25 Apr 2011 20:30:18 +0000 (+0100) Subject: Fixing (transfer none) introspection annotation for the return value in pango_layout_copy X-Git-Tag: 1.29.1~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4acacd27dd882c8aec4a7f49cc487724e69e2e14;p=platform%2Fupstream%2Fpango.git Fixing (transfer none) introspection annotation for the return value in pango_layout_copy --- 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)