summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@litl.com>2009-06-05 18:07:25 -0400
committerC. Scott Ananian <cscott@litl.com>2009-06-12 12:34:19 -0400
commit2e2a40e84db25741a0f1a655fa8a7a9f48be3e52 (patch)
tree6df825bbdba2235ebeca61a3b0b166893015ef46
parent8e893b3df0723dce6af86586c0cf1e6bc355f21d (diff)
downloadgobject-introspection-2e2a40e84db25741a0f1a655fa8a7a9f48be3e52.tar.gz
Bug 585373: Add annotations for g_spawn_* functions.
-rw-r--r--gir/glib-2.0.c39
1 files changed, 39 insertions, 0 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index b372784c..8b9a0104 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -73,3 +73,42 @@
* GIOFunc:
* @data: (closure):
*/
+
+/**
+ * g_spawn_async:
+ * @working_directory: (allow-none):
+ * @envp: (allow-none):
+ * @child_setup: (allow-none):
+ * @user_data: (allow-none):
+ * @child_pid: (out):
+ */
+
+/**
+ * g_spawn_async_with_pipes:
+ * @working_directory: (allow-none):
+ * @envp: (allow-none):
+ * @child_setup: (allow-none):
+ * @user_data: (allow-none):
+ * @child_pid: (out):
+ * @standard_input: (out):
+ * @standard_output: (out):
+ * @standard_error: (out):
+ */
+
+/**
+ * g_spawn_sync:
+ * @working_directory: (allow-none):
+ * @envp: (allow-none):
+ * @child_setup: (allow-none):
+ * @user_data: (allow-none):
+ * @standard_output: (out):
+ * @standard_error: (out):
+ * @exit_status: (out):
+ */
+
+/**
+ * g_spawn_command_line_sync:
+ * @standard_output: (out):
+ * @standard_error: (out):
+ * @exit_status: (out):
+ */