* 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):
*/
* 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):
* 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):