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/pangoxft-render.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/pangoxft-render.c')
-rw-r--r-- | pango/pangoxft-render.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pangoxft-render.c b/pango/pangoxft-render.c index 855d3328..9b3c936f 100644 --- a/pango/pangoxft-render.c +++ b/pango/pangoxft-render.c @@ -786,7 +786,8 @@ pango_xft_render_layout_line (XftDraw *draw, * @draw: an #XftDraw * @color: the color in which to draw the glyphs * @font: the font in which to draw the string - * @matrix: a #PangoMatrix, or %NULL to use an identity transformation + * @matrix: (nullable): a #PangoMatrix, or %NULL to use an identity + * transformation * @glyphs: the glyph string to draw * @x: the x position of the start of the string (in Pango * units in user space coordinates) |