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/pangoft2.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/pangoft2.c')
-rw-r--r-- | pango/pangoft2.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c index 3ada81c9..186424d4 100644 --- a/pango/pangoft2.c +++ b/pango/pangoft2.c @@ -169,8 +169,9 @@ set_transform (PangoFT2Font *ft2font) * face from pango_fc_font_lock_face() you must call * pango_fc_font_unlock_face(). * - * Return value: a pointer to a <type>FT_Face</type> structure, with the size set correctly, - * or %NULL if @font is %NULL. + * Return value: (nullable): a pointer to a <type>FT_Face</type> + * structure, with the size set correctly, or %NULL if + * @font is %NULL. **/ FT_Face pango_ft2_font_get_face (PangoFont *font) |