adding allow-none introspection metadata to pango_layout_get_pixel_size
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 14:29:39 +0000 (15:29 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 14:29:39 +0000 (15:29 +0100)
pango/pango-layout.c

index ba22de3..b67745d 100644 (file)
@@ -2671,8 +2671,8 @@ pango_layout_get_size (PangoLayout *layout,
 /**
  * pango_layout_get_pixel_size:
  * @layout: a #PangoLayout
- * @width: (out): location to store the logical width, or %NULL
- * @height: (out): location to store the logical height, or %NULL
+ * @width: (out) (allow-none): location to store the logical width, or %NULL
+ * @height: (out) (allow-none): location to store the logical height, or %NULL
  *
  * Determines the logical width and height of a #PangoLayout
  * in device units. (pango_layout_get_size() returns the width