g_spawn_async_with_pipes

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias g_spawn_async_with_pipes = g_spawn_async_with_pipes_utf8
  2. gboolean g_spawn_async_with_pipes(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, GPid* child_pid, gint* standard_input, gint* standard_output, gint* standard_error, GError** error)

Meta