gsubprocess: Annotate g_subprocess_newv()
authorColin Walters <walters@verbum.org>
Sun, 1 Dec 2013 23:52:37 +0000 (18:52 -0500)
committerColin 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

index b02cf3e..780463c 100644 (file)
@@ -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
  *