diff options
Diffstat (limited to 'pango/pangowin32.c')
-rw-r--r-- | pango/pangowin32.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pangowin32.c b/pango/pangowin32.c index 6948037f..be64f7dc 100644 --- a/pango/pangowin32.c +++ b/pango/pangowin32.c @@ -382,7 +382,8 @@ pango_win32_render (HDC hdc, /** * pango_win32_render_transformed: * @hdc: a windows device context - * @matrix: a #PangoMatrix, or %NULL to use an identity transformation + * @matrix: (nullable): a #PangoMatrix, or %NULL to use an identity + * transformation * @font: the font in which to draw the string * @glyphs: the glyph string to draw * @x: the x position of the start of the string (in Pango |