diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 18:40:43 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 18:40:43 +0100 |
commit | 8058e20ba19b728daa4c5b777676d99fe194366c (patch) | |
tree | 54f21123e7ec7d06f18cafed87631436f2682f25 /pango/pango-utils.c | |
parent | 17972485e6036d0e9f36f06d6e0c8b4d3060180c (diff) | |
download | pango-8058e20ba19b728daa4c5b777676d99fe194366c.tar.gz |
Adding (inout)/(out) introspection metadata to pango_scan_word
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r-- | pango/pango-utils.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c index 51492481..167dcc15 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -365,8 +365,8 @@ pango_skip_space (const char **pos) /** * pango_scan_word: - * @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 word into a #GString buffer. A word consists * of [A-Za-z_] followed by zero or more [A-Za-z_0-9] @@ -408,7 +408,7 @@ pango_scan_word (const char **pos, GString *out) /** * pango_scan_string: * @pos: (inout): in/out string position - * @out: (out) : a #GString into which to write the result + * @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 |