summaryrefslogtreecommitdiff
path: root/gio/gsubprocess.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-12-01 18:52:37 -0500
committerColin Walters <walters@verbum.org>2013-12-01 22:00:27 -0500
commit10d2a01c9a47098e91c6782121a820e4b16717ab (patch)
treee4c28c7c96355ba630e1195a74d51154fac4da49 /gio/gsubprocess.c
parent4aa6894e82b86246d8343feda0dcca79e7e36d1b (diff)
downloadglib-10d2a01c9a47098e91c6782121a820e4b16717ab.tar.gz
glib-10d2a01c9a47098e91c6782121a820e4b16717ab.tar.bz2
glib-10d2a01c9a47098e91c6782121a820e4b16717ab.zip
gsubprocess: Annotate g_subprocess_newv()
So that it can actually be invoked by bindings.
Diffstat (limited to 'gio/gsubprocess.c')
-rw-r--r--gio/gsubprocess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gsubprocess.c b/gio/gsubprocess.c
index b02cf3ebf..780463c0f 100644
--- 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
*