diff options
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 |