diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 13:24:37 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 13:24:37 +0100 |
commit | 030cb9e8d0e7615ab67d829a58b92d7a5d70466b (patch) | |
tree | 06ec67040dac84fd42962606655ff50e821480b3 /pango/glyphstring.c | |
parent | ff493f9733fb4e3d700b8c880335ca273d22273a (diff) | |
download | pango-030cb9e8d0e7615ab67d829a58b92d7a5d70466b.tar.gz |
adding allow-none introspection metadata to pango_glyph_string_extents parameters
Diffstat (limited to 'pango/glyphstring.c')
-rw-r--r-- | pango/glyphstring.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/glyphstring.c b/pango/glyphstring.c index e407bd6a..2d98e202 100644 --- a/pango/glyphstring.c +++ b/pango/glyphstring.c @@ -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 |