mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibCore: Add ConfigFile::get_for_lib()
This commit is contained in:
committed by
Andreas Kling
parent
1176865276
commit
afbeb8f977
@@ -37,6 +37,7 @@ namespace Core {
|
||||
|
||||
class ConfigFile : public RefCounted<ConfigFile> {
|
||||
public:
|
||||
static NonnullRefPtr<ConfigFile> get_for_lib(const String& lib_name);
|
||||
static NonnullRefPtr<ConfigFile> get_for_app(const String& app_name);
|
||||
static NonnullRefPtr<ConfigFile> get_for_system(const String& app_name);
|
||||
static NonnullRefPtr<ConfigFile> open(const String& path);
|
||||
|
||||
Reference in New Issue
Block a user