From: Alberto Ruiz Date: Mon, 25 Apr 2011 17:34:01 +0000 (+0100) Subject: Adding (inout) introspection metadata to pango_scan_int X-Git-Tag: 1.29.1~83 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a1057f6e1763533773d4ef41ff67cbb0ced1f52;p=platform%2Fupstream%2Fpango.git Adding (inout) introspection metadata to pango_scan_int --- diff --git a/pango/pango-utils.c b/pango/pango-utils.c index d030e8b..936fdd4 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -497,8 +497,8 @@ pango_scan_string (const char **pos, GString *out) /** * pango_scan_int: - * @pos: in/out string position - * @out: an int into which to write the result + * @pos: (inout): in/out string position + * @out: (out): an int into which to write the result * * Scans an integer. * Leading white space is skipped.