refactor app code (#93)
This commit is contained in:
committed by
GitHub
parent
a312bd5527
commit
d7b151ab88
@@ -6,10 +6,8 @@
|
||||
|
||||
namespace tt::app {
|
||||
|
||||
void app_manifest_registry_init();
|
||||
void app_manifest_registry_add(const Manifest* manifest);
|
||||
void app_manifest_registry_remove(const Manifest* manifest);
|
||||
const Manifest _Nullable* app_manifest_registry_find_by_id(const std::string& id);
|
||||
std::vector<const Manifest*> app_manifest_registry_get();
|
||||
void addApp(const Manifest* manifest);
|
||||
const Manifest _Nullable* findAppById(const std::string& id);
|
||||
std::vector<const Manifest*> getApps();
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user