[gobject-introspection] glib-2.0.c: annotate the arrays in g_spawn_sync/_async



commit ee9120c87cd6badb89df74493d6b1184466785d6
Author: Dan Winship <danw gnome org>
Date:   Wed Nov 17 11:41:44 2010 -0500

    glib-2.0.c: annotate the arrays in g_spawn_sync/_async

 gir/glib-2.0.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index bade2c0..1025d3d 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -100,7 +100,8 @@
 /**
  * g_spawn_async:
  * @working_directory: (allow-none):
- * @envp: (allow-none):
+ * @argv: (array zero-terminated=1):
+ * @envp: (array zero-terminated=1) (allow-none):
  * @child_setup: (scope async) (allow-none):
  * @user_data: (allow-none):
  * @child_pid: (out):
@@ -121,7 +122,8 @@
 /**
  * g_spawn_sync:
  * @working_directory: (allow-none):
- * @envp: (allow-none):
+ * @argv: (array zero-terminated=1):
+ * @envp: (array zero-terminated=1) (allow-none):
  * @child_setup: (scope call) (allow-none):
  * @user_data: (allow-none):
  * @standard_output: (out):



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