Allow NULL to be sent in for various callbacks
authorJohan Dahlin <johan@gnome.org>
Thu, 3 Dec 2009 21:15:45 +0000 (19:15 -0200)
committerJohan Dahlin <johan@gnome.org>
Thu, 3 Dec 2009 21:17:46 +0000 (19:17 -0200)
gir/glib-2.0.c

index af57baa..d3ffcd5 100644 (file)
@@ -78,7 +78,7 @@
  * g_spawn_async:
  * @working_directory: (allow-none):
  * @envp: (allow-none):
- * @child_setup: (allow-none):
+ * @child_setup: (scope async): (allow-none):
  * @user_data: (allow-none):
  * @child_pid: (out):
  */
@@ -87,7 +87,7 @@
  * g_spawn_async_with_pipes:
  * @working_directory: (allow-none):
  * @envp: (allow-none):
- * @child_setup: (allow-none):
+ * @child_setup: (scope async): (allow-none):
  * @user_data: (allow-none):
  * @child_pid: (out):
  * @standard_input: (out):
@@ -99,7 +99,7 @@
  * g_spawn_sync:
  * @working_directory: (allow-none):
  * @envp: (allow-none):
- * @child_setup: (allow-none):
+ * @child_setup: (scope call): (allow-none):
  * @user_data: (allow-none):
  * @standard_output: (out):
  * @standard_error: (out):