summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 23:10:31 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 23:10:31 +0100
commit77fd2d97d3cb62ff4e2cebe19ad60e215a04fe13 (patch)
tree4b75a1f4e9d51735a7abebc4c4c05e5d5091342c
parent776789e30d1227186c4efd7e38f1517c4daaab65 (diff)
downloadpango-77fd2d97d3cb62ff4e2cebe19ad60e215a04fe13.tar.gz
Fixed (closure) and (scope) introspection annotation for the return value in pango_fontset_foreach
-rw-r--r--pango/pango-fontset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-fontset.c b/pango/pango-fontset.c
index ce1eb33d..a437a0e8 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.