From 17972485e6036d0e9f36f06d6e0c8b4d3060180c Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 25 Apr 2011 18:40:18 +0100 Subject: [PATCH] Adding (inout)/(out) introspection metadata to pango_scan_string --- pango/pango-utils.c | 4 ++-- 1 file 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 -- 2.7.4