From b2bf49eae922bffddc952fcc22e4acbd7d40c5f3 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Wed, 2 Jul 2014 13:13:02 +0200 Subject: Update glib annotations from git master --- gir/glib-2.0.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gir/glib-2.0.c') diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index 84ee1e0b..507eb68b 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -24969,9 +24969,10 @@ /** * g_shell_parse_argv: * @command_line: command line to parse - * @argcp: (out): return location for number of args - * @argvp: (out) (array length=argcp zero-terminated=1): return location for array of args - * @error: return location for error + * @argcp: (out) (optional): return location for number of args, or %NULL + * @argvp: (out) (optional) (array length=argcp zero-terminated=1): return + * location for array of args, or %NULL + * @error: (optional): return location for error, or %NULL * * Parses a command line into an argument vector, in much the same way * the shell would, but without many of the expansions the shell would -- cgit v1.2.1