mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 04:52:23 +00:00
LibDesktop: Pass an optional arguments list to AppFile::spawn()
This commit is contained in:
parent
baaf97787b
commit
3b446fba34
Notes:
sideshowbarker
2024-07-18 03:20:18 +09:00
Author: https://github.com/tcl3
Commit: 3b446fba34
Pull-request: https://github.com/SerenityOS/serenity/pull/17114
Reviewed-by: https://github.com/AtkinsSJ ✅
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue