diff options
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 |