[pango] Fixed (closure) and (scope) introspection annotation for the return value in pango_fontset_foreach



commit 77fd2d97d3cb62ff4e2cebe19ad60e215a04fe13
Author: Alberto Ruiz <aruiz gnome org>
Date:   Mon Apr 25 23:10:31 2011 +0100

    Fixed (closure) and (scope) introspection annotation for the return value in pango_fontset_foreach

 pango/pango-fontset.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]