projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98ebc59
)
g_shell_parse_argv: Annotate
author
Colin Walters
<walters@verbum.org>
Tue, 31 May 2011 17:10:12 +0000
(13:10 -0400)
committer
Colin Walters
<walters@verbum.org>
Tue, 31 May 2011 17:10:28 +0000
(13:10 -0400)
glib/gshell.c
patch
|
blob
|
history
diff --git
a/glib/gshell.c
b/glib/gshell.c
index 5ae58ffb5d79120cf7bb069510f103f5a06ca62d..315f50226a7641902f60e443bbe47a8c1fb4714d 100644
(file)
--- a/
glib/gshell.c
+++ b/
glib/gshell.c
@@
-600,8
+600,8
@@
tokenize_command_line (const gchar *command_line,
/**
* g_shell_parse_argv:
* @command_line: command line to parse
- * @argcp: return location for number of args
- * @argvp: return location for array of args
+ * @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
*
* Parses a command line into an argument vector, in much the same way