Bug 585373: Add annotations for g_spawn_* functions.
authorC. Scott Ananian <cscott@litl.com>
Fri, 5 Jun 2009 22:07:25 +0000 (18:07 -0400)
committerC. Scott Ananian <cscott@litl.com>
Fri, 12 Jun 2009 16:34:19 +0000 (12:34 -0400)
gir/glib-2.0.c

index b372784..8b9a010 100644 (file)
  * 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):
+ */