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:
4aa6894
)
gsubprocess: Annotate g_subprocess_newv()
author
Colin Walters
<walters@verbum.org>
Sun, 1 Dec 2013 23:52:37 +0000
(18:52 -0500)
committer
Colin Walters
<walters@verbum.org>
Mon, 2 Dec 2013 03:00:27 +0000
(22:00 -0500)
So that it can actually be invoked by bindings.
gio/gsubprocess.c
patch
|
blob
|
history
diff --git
a/gio/gsubprocess.c
b/gio/gsubprocess.c
index
b02cf3e
..
780463c
100644
(file)
--- a/
gio/gsubprocess.c
+++ b/
gio/gsubprocess.c
@@
-693,7
+693,7
@@
g_subprocess_new (GSubprocessFlags flags,
/**
* g_subprocess_newv:
- * @argv: commandline arguments for the subprocess
+ * @argv:
(array zero-terminated=1) (element-type utf8):
commandline arguments for the subprocess
* @flags: flags that define the behaviour of the subprocess
* @error: (allow-none): return location for an error, or %NULL
*