diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 13:07:30 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 13:07:30 +0100 |
commit | 81474cb91d2c5b2d8226d54e1f87f49828195c01 (patch) | |
tree | 2cd4575da7531ed4fc3d83239cb375c431934a60 /pango/fonts.c | |
parent | 7502b164c84dc385e637305cdda3f8caeb87e23a (diff) | |
download | pango-81474cb91d2c5b2d8226d54e1f87f49828195c01.tar.gz |
adding allow-none introspection metadata to pango_font_get_glypth_extents parameters
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index 6ea212eb..4480b152 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 |