gsubprocess: Annotate g_subprocess_newv()

So that it can actually be invoked by bindings.
This commit is contained in:
Colin Walters 2013-12-01 18:52:37 -05:00
parent 4aa6894e82
commit 10d2a01c9a

View 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
*