diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 18:41:03 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 18:41:03 +0100 |
commit | 2f52540631fe1d6868901f00e6de0018e021bdd9 (patch) | |
tree | 4038b9ec0632ebf285558a77b453ac2bc15f95cc | |
parent | 8058e20ba19b728daa4c5b777676d99fe194366c (diff) | |
download | pango-2f52540631fe1d6868901f00e6de0018e021bdd9.tar.gz |
Adding (inout) introspection metadata to pango_skip_space
-rw-r--r-- | pango/pango-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c index 167dcc15..5c3959cc 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -343,7 +343,7 @@ pango_read_line (FILE *stream, GString *str) /** * pango_skip_space: - * @pos: in/out string position + * @pos: (inout): in/out string position * * Skips 0 or more characters of white space. * |