diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 18:34:01 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 18:34:01 +0100 |
commit | 7a1057f6e1763533773d4ef41ff67cbb0ced1f52 (patch) | |
tree | cd746db2d61984920039169c33b7490be6727ffb /pango/pango-utils.c | |
parent | 918dd91598bba4916f98d9866e6715232e0db322 (diff) | |
download | pango-7a1057f6e1763533773d4ef41ff67cbb0ced1f52.tar.gz |
Adding (inout) introspection metadata to pango_scan_int
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r-- | 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 d030e8b5..936fdd49 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. |