From: Alberto Ruiz Date: Mon, 25 Apr 2011 14:01:06 +0000 (+0100) Subject: adding allow-none introspection metadata to pango_layout_get_extents X-Git-Tag: 1.29.1~124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33a261862474aa9077f939fab428078883e99844;p=platform%2Fupstream%2Fpango.git adding allow-none introspection metadata to pango_layout_get_extents --- diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 98118a0..1125955 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -2588,11 +2588,12 @@ pango_layout_get_extents_internal (PangoLayout *layout, /** * pango_layout_get_extents: * @layout: a #PangoLayout - * @ink_rect: (out): rectangle used to store the extents of the layout as drawn - * or %NULL to indicate that the result is not needed. - * @logical_rect: (out):rectangle used to store the logical extents of the - * layout or %NULL to indicate that the result is not - * needed. + * @ink_rect: (out) (allow-none): rectangle used to store the extents of the + * layout as drawn or %NULL to indicate that the result is + * not needed. + * @logical_rect: (out) (allow-none):rectangle used to store the logical + * extents of the layout or %NULL to indicate that the + * result is not needed. * * Computes the logical and ink extents of @layout. Logical extents * are usually what you want for positioning things. Note that both extents