From d3e0539d3063badd1f2fcf9f564280cff2350a0a Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 25 Apr 2011 15:34:46 +0100 Subject: [PATCH] adding allow-none and transfer full introspection metadata to pango_layout_set_attributes --- 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 3abab55..ff84683 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -591,7 +591,7 @@ pango_layout_get_spacing (PangoLayout *layout) /** * pango_layout_set_attributes: * @layout: a #PangoLayout - * @attrs: a #PangoAttrList, can be %NULL + * @attrs: (allow-none) (transfer full): a #PangoAttrList, can be %NULL * * Sets the text attributes for a layout object. * References @attrs, so the caller can unref its reference. -- 2.7.4