From: Alberto Ruiz Date: Mon, 25 Apr 2011 12:31:27 +0000 (+0100) Subject: adding output parameters introspection metadata to pango_glypth_string_extents X-Git-Tag: 1.29.1~127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=031dd86aac9764e1762ca3028d3a4f5ad0fa47e3;p=platform%2Fupstream%2Fpango.git adding output parameters introspection metadata to pango_glypth_string_extents --- diff --git a/pango/glyphstring.c b/pango/glyphstring.c index 2d98e20..58a3004 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