mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Kernel: And some more KResult/KResultOr<T> porting work.
This commit is contained in:
parent
028afabf6b
commit
e56fe71dbc
Notes:
sideshowbarker
2024-07-19 15:09:29 +09:00
Author: https://github.com/awesomekling
Commit: e56fe71dbc
7 changed files with 56 additions and 51 deletions
|
@ -43,7 +43,7 @@ public:
|
|||
|
||||
ByteBuffer read_entire_file(Process&);
|
||||
|
||||
String absolute_path();
|
||||
KResultOr<String> absolute_path();
|
||||
|
||||
bool is_directory() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue