mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 17:16:04 +00:00
LibCore: Add a standard path for application data
This commit is contained in:
parent
4609477ac0
commit
49d74ee288
Notes:
sideshowbarker
2024-07-17 23:07:41 +09:00
Author: https://github.com/trflynn89
Commit: 49d74ee288
Pull-request: https://github.com/SerenityOS/serenity/pull/16358
Reviewed-by: https://github.com/alimpfard
2 changed files with 19 additions and 0 deletions
|
@ -18,6 +18,7 @@ public:
|
|||
static DeprecatedString downloads_directory();
|
||||
static DeprecatedString tempfile_directory();
|
||||
static DeprecatedString config_directory();
|
||||
static DeprecatedString data_directory();
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue