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:
3f8888d
)
gsubprocesslauncher: Annotate g_subprocess_launcher_spawnv()
author
Colin Walters
<walters@verbum.org>
Mon, 16 Dec 2013 01:44:20 +0000
(20:44 -0500)
committer
Colin Walters
<walters@verbum.org>
Mon, 16 Dec 2013 01:44:53 +0000
(20:44 -0500)
Needs to be an array.
gio/gsubprocesslauncher.c
patch
|
blob
|
history
diff --git
a/gio/gsubprocesslauncher.c
b/gio/gsubprocesslauncher.c
index
96f8454
..
3b15300
100644
(file)
--- a/
gio/gsubprocesslauncher.c
+++ b/
gio/gsubprocesslauncher.c
@@
-714,7
+714,7
@@
g_subprocess_launcher_spawn (GSubprocessLauncher *launcher,
/**
* g_subprocess_launcher_spawnv:
* @self: a #GSubprocessLauncher
- * @argv: Command line arguments
+ * @argv:
(array zero-terminated=1) (element-type utf8):
Command line arguments
* @error: Error
*
* A convenience helper for creating a #GSubprocess given a provided