diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 16:58:20 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 16:58:20 +0100 |
commit | f811e4de18034dd8c6ef2bbd6895aa3e4d3deb3c (patch) | |
tree | 228b12e6670709dace9aca536b50d346e35b96d6 /pango | |
parent | 877447d21c495622ac84de2ac85364b3f4df7891 (diff) | |
download | pango-f811e4de18034dd8c6ef2bbd6895aa3e4d3deb3c.tar.gz |
adding allow-none introspection metadata to pango_matrix_get_font_scale_factor
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-matrix.c b/pango/pango-matrix.c index d2864fdc..50a4c800 100644 --- a/pango/pango-matrix.c +++ b/pango/pango-matrix.c @@ -188,7 +188,7 @@ pango_matrix_concat (PangoMatrix *matrix, /** * pango_matrix_get_font_scale_factor: - * @matrix: a #PangoMatrix, may be %NULL + * @matrix: (allow-none): a #PangoMatrix, may be %NULL * * Returns the scale factor of a matrix on the height of the font. * That is, the scale factor in the direction perpendicular to the |