[glib] gsubprocess: Annotate g_subprocess_newv()



commit 10d2a01c9a47098e91c6782121a820e4b16717ab
Author: Colin Walters <walters verbum org>
Date:   Sun Dec 1 18:52:37 2013 -0500

    gsubprocess: Annotate g_subprocess_newv()
    
    So that it can actually be invoked by bindings.

 gio/gsubprocess.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsubprocess.c b/gio/gsubprocess.c
index b02cf3e..780463c 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
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]