ladybird/Userland/Libraries/LibDesktop
MacDue 3fc0350caf LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn
This makes the wrapper more like the rest in LibCore, and also
removes the annoying limitation of not supporting arguments.

There are three overloads one for String, char const *, and StringView
argument lists. As long as there are <= 10 arguments the argv list
will be allocated inline, otherwise on the heap.
2022-05-25 23:14:22 +01:00
..
AppFile.cpp LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn 2022-05-25 23:14:22 +01:00
AppFile.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Launcher.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Launcher.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00