From: Alberto Ruiz Date: Mon, 25 Apr 2011 22:10:31 +0000 (+0100) Subject: Fixed (closure) and (scope) introspection annotation for the return value in pango_fo... X-Git-Tag: 1.29.1~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77fd2d97d3cb62ff4e2cebe19ad60e215a04fe13;p=platform%2Fupstream%2Fpango.git Fixed (closure) and (scope) introspection annotation for the return value in pango_fontset_foreach --- diff --git a/pango/pango-fontset.c b/pango/pango-fontset.c index ce1eb33..a437a0e 100644 --- a/pango/pango-fontset.c +++ b/pango/pango-fontset.c @@ -82,8 +82,8 @@ pango_fontset_get_metrics (PangoFontset *fontset) /** * pango_fontset_foreach: * @fontset: a #PangoFontset - * @func: Callback function - * @data: data to pass to the callback function + * @func: (closure data) (scope call): Callback function + * @data: (closure): data to pass to the callback function * * Iterates through all the fonts in a fontset, calling @func for * each one. If @func returns %TRUE, that stops the iteration.