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/pangowin32-fontcache.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/pangowin32-fontcache.c')
-rw-r--r-- | pango/pangowin32-fontcache.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pangowin32-fontcache.c b/pango/pangowin32-fontcache.c index a7cfec69..b8bc92dc 100644 --- a/pango/pangowin32-fontcache.c +++ b/pango/pangowin32-fontcache.c @@ -185,8 +185,8 @@ cache_entry_unref (PangoWin32FontCache *cache, * result may be newly loaded, or it may have been previously * stored * - * Return value: The font structure, or %NULL if the font could - * not be loaded. In order to free this structure, you must call + * Return value: (nullable): The font structure, or %NULL if the font + * could not be loaded. In order to free this structure, you must call * pango_win32_font_cache_unload(). **/ HFONT @@ -215,8 +215,8 @@ pango_win32_font_cache_load (PangoWin32FontCache *cache, * result may be newly loaded, or it may have been previously * stored * - * Return value: The font structure, or %NULL if the font could - * not be loaded. In order to free this structure, you must call + * Return value: (nullable): The font structure, or %NULL if the font + * could not be loaded. In order to free this structure, you must call * pango_win32_font_cache_unload(). * * Since: 1.16 |