adding allow-none introspection metadata to pango_extents_to_pixels
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 17:03:16 +0000 (18:03 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 17:03:16 +0000 (18:03 +0100)
pango/pango-utils.c

index 1e10448..d9a04f3 100644 (file)
@@ -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.