diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 13:31:27 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 13:31:27 +0100 |
commit | 031dd86aac9764e1762ca3028d3a4f5ad0fa47e3 (patch) | |
tree | 148aabfb664d1fc1923f2140327495469fb407e1 /pango/glyphstring.c | |
parent | aa08f45bfea5c5c91652fc98ac056579caabf369 (diff) | |
download | pango-031dd86aac9764e1762ca3028d3a4f5ad0fa47e3.tar.gz |
adding output parameters introspection metadata to pango_glypth_string_extents
Diffstat (limited to 'pango/glyphstring.c')
-rw-r--r-- | pango/glyphstring.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/glyphstring.c b/pango/glyphstring.c index 2d98e202..58a30043 100644 --- a/pango/glyphstring.c +++ b/pango/glyphstring.c @@ -261,9 +261,9 @@ pango_glyph_string_extents_range (PangoGlyphString *glyphs, * pango_glyph_string_extents: * @glyphs: a #PangoGlyphString * @font: a #PangoFont - * @ink_rect: (allow-none): rectangle used to store the extents of the glyph string + * @ink_rect: (out) (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 + * @logical_rect: (out) (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 |