summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 13:10:56 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 13:10:56 +0100
commite3afea7d120f2f2957185840d94aab70da3e2063 (patch)
treee134e0182b7b957b9a1448638d4f6e348dff4dec /pango/fonts.c
parent81474cb91d2c5b2d8226d54e1f87f49828195c01 (diff)
downloadpango-e3afea7d120f2f2957185840d94aab70da3e2063.tar.gz
adding output parameters introspection metadata to pango_font_get_glypth_extents
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index 4480b152..0ed9d33a 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -1546,9 +1546,9 @@ pango_font_find_shaper (PangoFont *font,
* pango_font_get_glyph_extents:
* @font: a #PangoFont
* @glyph: the glyph index
- * @ink_rect: (allowe-none): rectangle used to store the extents of the glyph
+ * @ink_rect: (out) (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
+ * @logical_rect: (out) (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