g_spawn_async

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 = g_spawn_async_utf8
  2. gboolean g_spawn_async(const(gchar)* working_directory, gchar** argv, gchar** envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, GPid* child_pid, GError** error)

Meta