summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-06-10 12:58:39 -0400
committerColin Walters <walters@verbum.org>2011-06-10 12:58:39 -0400
commit4dfc48069abbbdc59fbb9af93e107d915aa0ec5c (patch)
tree07f9faf697ed019917d9ab4ff95e57fecc5da7ee
parent6d30588c1c95929694cd3e92c229ebcc46e5449a (diff)
downloadgobject-introspection-4dfc48069abbbdc59fbb9af93e107d915aa0ec5c.tar.gz
Resync annotations from GLib commit 9d53e2bc4e806f8b0e142a1ed73c5f25e0dd2347
-rw-r--r--gir/glib-2.0.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index ad82d59c..ed7d4864 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -22895,8 +22895,8 @@
/**
* g_spawn_command_line_sync:
* @command_line: a command line
- * @standard_output: (out) (array zero-terminated=1) (element-type uint8) (allow-none): return location for child output
- * @standard_error: (out) (array zero-terminated=1) (element-type uint8) (allow-none): return location for child errors
+ * @standard_output: (out) (array zero-terminated=1) (element-type guint8) (allow-none): return location for child output
+ * @standard_error: (out) (array zero-terminated=1) (element-type guint8) (allow-none): return location for child errors
* @exit_status: (out) (allow-none): return location for child exit status, as returned by waitpid()
* @error: return location for errors
*
@@ -22933,8 +22933,8 @@
* @flags: flags from #GSpawnFlags
* @child_setup: (scope async) (allow-none): function to run in the child just before exec()
* @user_data: (closure): user data for @child_setup
- * @standard_output: (out) (array zero-terminated=1) (element-type uint8) (allow-none): return location for child output, or %NULL
- * @standard_error: (out) (array zero-terminated=1) (element-type uint8) (allow-none): return location for child error messages, or %NULL
+ * @standard_output: (out) (array zero-terminated=1) (element-type guint8) (allow-none): return location for child output, or %NULL
+ * @standard_error: (out) (array zero-terminated=1) (element-type guint8) (allow-none): return location for child error messages, or %NULL
* @exit_status: (out) (allow-none): return location for child exit status, as returned by waitpid(), or %NULL
* @error: return location for error, or %NULL
*