diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 18:03:16 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 18:03:16 +0100 |
commit | 2bcf1b9dbba5be761ddaa4db984ae74087c230f0 (patch) | |
tree | cce3fe31d59b6039779571716bec80e417e54463 /pango/pango-utils.c | |
parent | 22dde4fcb56755435fd44890a40afee6d3e5ceba (diff) | |
download | pango-2bcf1b9dbba5be761ddaa4db984ae74087c230f0.tar.gz |
adding allow-none introspection metadata to pango_extents_to_pixels
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r-- | pango/pango-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c index 1e10448c..d9a04f3a 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -1294,8 +1294,8 @@ pango_units_to_double (int i) /** * pango_extents_to_pixels: - * @inclusive: rectangle to round to pixels inclusively, or %NULL. - * @nearest: rectangle to round to nearest pixels, or %NULL. + * @inclusive: (allow-none): rectangle to round to pixels inclusively, or %NULL. + * @nearest: (allow-none): rectangle to round to nearest pixels, or %NULL. * * Converts extents from Pango units to device units, dividing by the * %PANGO_SCALE factor and performing rounding. |