[pango] adding allow-none introspection metadata to pango_font_get_glypth_extents parameters



commit 81474cb91d2c5b2d8226d54e1f87f49828195c01
Author: Alberto Ruiz <aruiz gnome org>
Date:   Mon Apr 25 13:07:30 2011 +0100

    adding allow-none introspection metadata to pango_font_get_glypth_extents parameters

 pango/fonts.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/pango/fonts.c b/pango/fonts.c
index 6ea212e..4480b15 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -1546,10 +1546,10 @@ pango_font_find_shaper (PangoFont     *font,
  * pango_font_get_glyph_extents:
  * @font: a #PangoFont
  * @glyph: the glyph index
- * @ink_rect: rectangle used to store the extents of the glyph as drawn
- *            or %NULL to indicate that the result is not needed.
- * @logical_rect: rectangle used to store the logical extents of the glyph
- *            or %NULL to indicate that the result is not needed.
+ * @ink_rect: (allowe-none): rectangle used to store the extents of the glyph
+ *            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 or %NULL to indicate that the result is not needed.
  *
  * Gets the logical and ink extents of a glyph within a font. The
  * coordinate system for each rectangle has its origin at the



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]