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/pango-renderer.h | |
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/pango-renderer.h')
-rw-r--r-- | pango/pango-renderer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pango/pango-renderer.h b/pango/pango-renderer.h index 5410a9fe..63d9e656 100644 --- a/pango/pango-renderer.h +++ b/pango/pango-renderer.h @@ -59,8 +59,9 @@ typedef enum /** * PangoRenderer: - * @matrix: the current transformation matrix for the Renderer; may - * be %NULL, which should be treated the same as the identity matrix. + * @matrix: (nullable): the current transformation matrix for + * the Renderer; may be %NULL, which should be treated the + * same as the identity matrix. * * #PangoRenderer is a base class for objects that are used to * render Pango objects such as #PangoGlyphString and |