LibDesktop: Pass an optional arguments list to AppFile::spawn()

This commit is contained in:
Tim Ledbetter 2023-01-20 21:50:53 +00:00 committed by Sam Atkins
commit 3b446fba34
Notes: sideshowbarker 2024-07-18 03:20:18 +09:00
2 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ public:
Vector<DeprecatedString> launcher_mime_types() const;
Vector<DeprecatedString> launcher_file_types() const;
Vector<DeprecatedString> launcher_protocols() const;
bool spawn() const;
bool spawn(ReadonlySpan<StringView> arguments = {}) const;
private:
explicit AppFile(StringView path);