Fixed (closure) and (scope) introspection annotation for the return value in pango_fo...
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 22:10:31 +0000 (23:10 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 22:10:31 +0000 (23:10 +0100)
pango/pango-fontset.c

index ce1eb33..a437a0e 100644 (file)
@@ -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.