adding allow-none introspection metadata to pango_glyph_string_extents parameters
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 12:24:37 +0000 (13:24 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 12:24:37 +0000 (13:24 +0100)
pango/glyphstring.c

index e407bd6..2d98e20 100644 (file)
@@ -261,10 +261,10 @@ pango_glyph_string_extents_range (PangoGlyphString *glyphs,
  * pango_glyph_string_extents:
  * @glyphs:   a #PangoGlyphString
  * @font:     a #PangoFont
- * @ink_rect: rectangle used to store the extents of the glyph string as drawn
- *            or %NULL to indicate that the result is not needed.
- * @logical_rect: rectangle used to store the logical extents of the glyph string
- *            or %NULL to indicate that the result is not needed.
+ * @ink_rect: (allow-none): rectangle used to store the extents of the glyph string
+ *            as drawn or %NULL to indicate that the result is not needed.
+ * @logical_rect: (allow-none): rectangle used to store the logical extents of the
+ *            glyph string or %NULL to indicate that the result is not needed.
  *
  * Compute the logical and ink extents of a glyph string. See the documentation
  * for pango_font_get_glyph_extents() for details about the interpretation