From 74661a3c1b6e01f504816cf8fd065dccffd40b66 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 25 Apr 2011 15:39:35 +0100 Subject: [PATCH] adding allow-none introspection metadata to pango_layout_set_font_description --- 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 ff84683..a10c08f 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -638,7 +638,7 @@ pango_layout_get_attributes (PangoLayout *layout) /** * pango_layout_set_font_description: * @layout: a #PangoLayout - * @desc: the new #PangoFontDescription, or %NULL to unset the + * @desc: (allow-none): the new #PangoFontDescription, or %NULL to unset the * current font description * * Sets the default font description for the layout. If no font -- 2.7.4