summaryrefslogtreecommitdiff
path: root/gir/glib-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-07-02 13:13:02 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2014-07-02 13:13:02 +0200
commitb2bf49eae922bffddc952fcc22e4acbd7d40c5f3 (patch)
tree798af6b0cf9e72274dff230112b1fe9c03d1dfae /gir/glib-2.0.c
parent7c1d8d28c3e35840939350233e567be01f345328 (diff)
downloadgobject-introspection-b2bf49eae922bffddc952fcc22e4acbd7d40c5f3.tar.gz
Update glib annotations from git master
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r--gir/glib-2.0.c7
1 files changed, 4 insertions, 3 deletions
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