diff options
author | Dan Winship <danw@gnome.org> | 2010-11-17 11:41:44 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2010-11-17 11:41:44 -0500 |
commit | ee9120c87cd6badb89df74493d6b1184466785d6 (patch) | |
tree | de05a9cbcbd6298613d17ef158aace81080b8e24 /gir/glib-2.0.c | |
parent | c5cf4ecb0a393af0c9c7cd68859a2e481b6586d2 (diff) | |
download | gobject-introspection-ee9120c87cd6badb89df74493d6b1184466785d6.tar.gz |
glib-2.0.c: annotate the arrays in g_spawn_sync/_async
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | 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 bade2c0d..1025d3d5 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): |