diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 13:19:14 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 13:19:14 +0100 |
commit | 44fbe23a64625b6e1e7521135f14a61a60ecb8f6 (patch) | |
tree | 22360e9d7136446214a0e3c5a74a2d68de2e0433 /pango/fonts.c | |
parent | ea31f7f4ca5ce352726e63518d7496a6caaed7c4 (diff) | |
download | pango-44fbe23a64625b6e1e7521135f14a61a60ecb8f6.tar.gz |
adding allow-none introspection metadata to pango_font_description_better_match parameters
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index 059a226c..800d3833 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 |