diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 13:22:27 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 13:22:27 +0100 |
commit | ff493f9733fb4e3d700b8c880335ca273d22273a (patch) | |
tree | 991183a9c21b22f035a530e2cdaba45af9e48628 /pango/fonts.c | |
parent | 44fbe23a64625b6e1e7521135f14a61a60ecb8f6 (diff) | |
download | pango-ff493f9733fb4e3d700b8c880335ca273d22273a.tar.gz |
adding allow-none introspection metadata to pango_font_description_merge 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 800d3833..4c334994 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -509,7 +509,7 @@ pango_font_description_unset_fields (PangoFontDescription *desc, /** * pango_font_description_merge: * @desc: a #PangoFontDescription - * @desc_to_merge: the #PangoFontDescription to merge from, or %NULL + * @desc_to_merge: (allow-none): the #PangoFontDescription to merge from, or %NULL * @replace_existing: if %TRUE, replace fields in @desc with the * corresponding values from @desc_to_merge, even if they * are already exist. |