summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.