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/pangofc-font.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/pangofc-font.c')
-rw-r--r-- | pango/pangofc-font.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pango/pangofc-font.c b/pango/pangofc-font.c index 7056bca9..9ae2f56c 100644 --- a/pango/pangofc-font.c +++ b/pango/pangofc-font.c @@ -958,8 +958,10 @@ get_per_char (FT_Face face, * @fcfont: a #PangoFcFont * @load_flags: flags to pass to FT_Load_Glyph() * @glyph: the glyph index to load - * @ink_rect: location to store ink extents of the glyph, or %NULL - * @logical_rect: location to store logical extents of the glyph or %NULL + * @ink_rect: (out) (optional): location to store ink extents of the + * glyph, or %NULL + * @logical_rect: (out) (optional): location to store logical extents + * of the glyph or %NULL * * Gets the extents of a single glyph from a font. The extents are in * user space; that is, they are not transformed by any matrix in effect |