From fa6ded9b0d065634481d8ae4126fdea0b88e3558 Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Fri, 30 May 2014 19:21:11 -0700 Subject: Add many missing nullability annotations. https://bugzilla.gnome.org/show_bug.cgi?id=731022 --- pango/pangoft2-render.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pango/pangoft2-render.c') diff --git a/pango/pangoft2-render.c b/pango/pangoft2-render.c index 2b0ebd53..131b1da7 100644 --- a/pango/pangoft2-render.c +++ b/pango/pangoft2-render.c @@ -699,7 +699,8 @@ pango_ft2_render_layout_line (FT_Bitmap *bitmap, * pango_ft2_render_transformed: * @bitmap: the FreeType2 bitmap onto which to draw the string * @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) -- cgit v1.2.1