[gobject-introspection] Bug 585373: Add annotations for g_spawn_* functions.
- From: C. Scott Ananian <cananian src gnome org>
- To: svn-commits-list gnome org
- Subject: [gobject-introspection] Bug 585373: Add annotations for g_spawn_* functions.
- Date: Fri, 12 Jun 2009 12:35:07 -0400 (EDT)
commit 2e2a40e84db25741a0f1a655fa8a7a9f48be3e52
Author: C. Scott Ananian <cscott litl com>
Date: Fri Jun 5 18:07:25 2009 -0400
Bug 585373: Add annotations for g_spawn_* functions.
gir/glib-2.0.c | 39 +++++++++++++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
---
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index b372784..8b9a010 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):
+ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]