From: Alberto Ruiz Date: Mon, 25 Apr 2011 12:19:14 +0000 (+0100) Subject: adding allow-none introspection metadata to pango_font_description_better_match param... X-Git-Tag: 1.29.1~131 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44fbe23a64625b6e1e7521135f14a61a60ecb8f6;p=platform%2Fupstream%2Fpango.git adding allow-none introspection metadata to pango_font_description_better_match parameters --- diff --git a/pango/fonts.c b/pango/fonts.c index 059a226..800d383 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -615,7 +615,7 @@ compute_distance (const PangoFontDescription *a, /** * pango_font_description_better_match: * @desc: a #PangoFontDescription - * @old_match: a #PangoFontDescription, or %NULL + * @old_match: (allow-none): a #PangoFontDescription, or %NULL * @new_match: a #PangoFontDescription * * Determines if the style attributes of @new_match are a closer match