From: Alberto Ruiz Date: Mon, 25 Apr 2011 15:30:03 +0000 (+0100) Subject: adding allow-none introspection metadata to pango_layout_get_pixel_extents X-Git-Tag: 1.29.1~106 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a04ac359f79d0d460bf164801ac9ef39bae276dc;p=platform%2Fupstream%2Fpango.git adding allow-none introspection metadata to pango_layout_get_pixel_extents --- diff --git a/pango/pango-layout.c b/pango/pango-layout.c index b8581ee..b0d855e 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -4679,10 +4679,10 @@ pango_layout_line_new (PangoLayout *layout) /** * pango_layout_line_get_pixel_extents: * @layout_line: a #PangoLayoutLine - * @ink_rect: (out): rectangle used to store the extents of the glyph string - * as drawn, or %NULL - * @logical_rect: (out): rectangle used to store the logical extents of the - * glyph string, or %NULL + * @ink_rect: (out) (allow-none): rectangle used to store the extents of + * the glyph string as drawn, or %NULL + * @logical_rect: (out) (allow-none): rectangle used to store the logical + * extents of the glyph string, or %NULL * * Computes the logical and ink extents of @layout_line in device units. * This function just calls pango_layout_line_get_extents() followed by