diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 18:41:45 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 18:41:45 +0100 |
commit | 5ad1c470011e732913d26dcd63be4adcdcbf33a9 (patch) | |
tree | 683a8d5d943f3c397d9e300b374bf4e3b77ff3c6 /pango/pango-utils.c | |
parent | 2f52540631fe1d6868901f00e6de0018e021bdd9 (diff) | |
download | pango-5ad1c470011e732913d26dcd63be4adcdcbf33a9.tar.gz |
Adding (out) introspection metadata to pango_read_line
Diffstat (limited to 'pango/pango-utils.c')
-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 5c3959cc..80a465e6 100644 --- a/pango/pango-utils.c +++ b/pango/pango-utils.c @@ -235,7 +235,7 @@ pango_split_file_list (const char *str) /** * pango_read_line: * @stream: a stdio stream - * @str: #GString buffer into which to write the result + * @str: (out): #GString buffer into which to write the result * * Reads an entire line from a file into a buffer. Lines may * be delimited with '\n', '\r', '\n\r', or '\r\n'. The delimiter |