From 05fe0e7443026b8504da32fd8bc92433cacdb431 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 10 Sep 2013 17:34:04 -0400 Subject: Correct an annotation The annotation for pango_layout_set_attributes should be 'transfer none', not 'transfer full'. Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=707874 --- pango/pango-layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 2b0147fb..82a3283c 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -599,7 +599,7 @@ pango_layout_get_spacing (PangoLayout *layout) /** * pango_layout_set_attributes: * @layout: a #PangoLayout - * @attrs: (allow-none) (transfer full): a #PangoAttrList, can be %NULL + * @attrs: (allow-none) (transfer none): a #PangoAttrList, can be %NULL * * Sets the text attributes for a layout object. * References @attrs, so the caller can unref its reference. -- cgit v1.2.1