From fa6ded9b0d065634481d8ae4126fdea0b88e3558 Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Fri, 30 May 2014 19:21:11 -0700 Subject: Add many missing nullability annotations. https://bugzilla.gnome.org/show_bug.cgi?id=731022 --- pango/pango-fontmap.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pango/pango-fontmap.c') diff --git a/pango/pango-fontmap.c b/pango/pango-fontmap.c index 50e23df0..2a2804b6 100644 --- a/pango/pango-fontmap.c +++ b/pango/pango-fontmap.c @@ -82,8 +82,8 @@ pango_font_map_create_context (PangoFontMap *fontmap) * * Load the font in the fontmap that is the closest match for @desc. * - * Returns: (transfer full): the newly allocated #PangoFont loaded, - * or %NULL if no font matched. + * Returns: (transfer full) (nullable): the newly allocated #PangoFont + * loaded, or %NULL if no font matched. **/ PangoFont * pango_font_map_load_font (PangoFontMap *fontmap, @@ -124,8 +124,8 @@ pango_font_map_list_families (PangoFontMap *fontmap, * Load a set of fonts in the fontmap that can be used to render * a font matching @desc. * - * Returns: (transfer full): the newly allocated #PangoFontset - * loaded, or %NULL if no font matched. + * Returns: (transfer full) (nullable): the newly allocated + * #PangoFontset loaded, or %NULL if no font matched. **/ PangoFontset * pango_font_map_load_fontset (PangoFontMap *fontmap, -- cgit v1.2.1