forked from quickshell/quickshell
feat: add Process.manageLifetime
This commit is contained in:
parent
4cfe6ee0a1
commit
62f99f5754
8 changed files with 90 additions and 6 deletions
|
@ -15,9 +15,11 @@ public:
|
|||
virtual bool applies() { return true; }
|
||||
virtual void init() {}
|
||||
virtual void registerTypes() {}
|
||||
virtual void onReload() {}
|
||||
|
||||
static void registerPlugin(QuickshellPlugin& plugin);
|
||||
static void initPlugins();
|
||||
static void runOnReload();
|
||||
};
|
||||
|
||||
// NOLINTBEGIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue