From: Alberto Ruiz Date: Mon, 25 Apr 2011 15:18:15 +0000 (+0100) Subject: adding allow-none introspection metadata to pango_layout_iter_get_run_extents X-Git-Tag: 1.29.1~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c6029984d59c0c4ac4d393617fc7fa7e33e2216;p=platform%2Fupstream%2Fpango.git adding allow-none introspection metadata to pango_layout_iter_get_run_extents --- diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 8b0dcd7..20e4889 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -6046,8 +6046,8 @@ pango_layout_iter_get_cluster_extents (PangoLayoutIter *iter, /** * pango_layout_iter_get_run_extents: * @iter: a #PangoLayoutIter - * @ink_rect: rectangle to fill with ink extents, or %NULL - * @logical_rect: rectangle to fill with logical extents, or %NULL + * @ink_rect: (allow-none): rectangle to fill with ink extents, or %NULL + * @logical_rect: (allow-none): rectangle to fill with logical extents, or %NULL * * Gets the extents of the current run in layout coordinates * (origin is the top left of the entire layout).