diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 18:40:18 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 18:40:18 +0100 |
commit | 17972485e6036d0e9f36f06d6e0c8b4d3060180c (patch) | |
tree | 0fa84c1b2564570741844cf23eee6c09900ee958 /pango/pango-utils.c | |
parent | 7a1057f6e1763533773d4ef41ff67cbb0ced1f52 (diff) | |
download | pango-17972485e6036d0e9f36f06d6e0c8b4d3060180c.tar.gz |
Adding (inout)/(out) introspection metadata to pango_scan_string
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 936fdd49..51492481 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 |