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 af57baaccf20151bc5ec70c074a483f8a9eb50de..d3ffcd52fab3c5327e150644f5b2e6ba8f27c082 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):