diff options
author | Evan Nemerson <evan@nemerson.com> | 2014-05-30 19:21:11 -0700 |
---|---|---|
committer | Evan Nemerson <evan@nemerson.com> | 2014-10-16 13:09:34 -0700 |
commit | fa6ded9b0d065634481d8ae4126fdea0b88e3558 (patch) | |
tree | 151efb6762bf467ada2ac104770fdefd293b7248 /pango/pangocairo-fontmap.c | |
parent | adb5a4e86b09b0935ec1dd71bf05ac41807c84a2 (diff) | |
download | pango-fa6ded9b0d065634481d8ae4126fdea0b88e3558.tar.gz |
Add many missing nullability annotations.
https://bugzilla.gnome.org/show_bug.cgi?id=731022
Diffstat (limited to 'pango/pangocairo-fontmap.c')
-rw-r--r-- | pango/pangocairo-fontmap.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pango/pangocairo-fontmap.c b/pango/pangocairo-fontmap.c index 1a529fca..177dbbce 100644 --- a/pango/pangocairo-fontmap.c +++ b/pango/pangocairo-fontmap.c @@ -121,10 +121,10 @@ pango_cairo_font_map_new (void) * or in fact in most of those cases, just use * @pango_cairo_font_map_get_default(). * - * Return value: (transfer full) : the newly allocated #PangoFontMap - * of suitable type which should be freed with - * g_object_unref(), or %NULL if the requested cairo - * font backend is not supported / compiled in. + * Return value: (transfer full) (nullable): the newly allocated + * #PangoFontMap of suitable type which should be freed + * with g_object_unref(), or %NULL if the requested + * cairo font backend is not supported / compiled in. * * Since: 1.18 **/ @@ -196,7 +196,7 @@ pango_cairo_font_map_get_default (void) /** * pango_cairo_font_map_set_default: - * @fontmap: The new default font map, or %NULL + * @fontmap: (nullable): The new default font map, or %NULL * * Sets a default #PangoCairoFontMap to use with Cairo. * |