API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.40
void g_subprocess_launcher_set_cwd ( GSubprocessLauncher* self, const gchar* cwd )
Sets the current working directory that processes will be launched with.
By default processes are launched with the current working directory of the launching process at the time of launch.
Available since: 2.40
cwd
Type: const gchar*
const gchar*
The cwd for launched processes.