[pango] Adding (inout)/(out) introspection metadata to pango_scan_string



commit 17972485e6036d0e9f36f06d6e0c8b4d3060180c
Author: Alberto Ruiz <aruiz gnome org>
Date:   Mon Apr 25 18:40:18 2011 +0100

    Adding (inout)/(out) introspection metadata to pango_scan_string

 pango/pango-utils.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index 936fdd4..5149248 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -407,8 +407,8 @@ pango_scan_word (const char **pos, GString *out)
 
 /**
  * pango_scan_string:
- * @pos: in/out string position
- * @out: a #GString into which to write the result
+ * @pos: (inout): in/out string position
+ * @out: (out) : a #GString into which to write the result
  *
  * Scans a string into a #GString buffer. The string may either
  * be a sequence of non-white-space characters, or a quoted



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