mirror of
https://github.com/polybar/polybar.git
synced 2026-03-17 13:47:06 +00:00
11 lines
199 B
C++
11 lines
199 B
C++
#pragma once
|
|
|
|
#include "exception.hpp"
|
|
|
|
DefineBaseException(ApplicationError);
|
|
|
|
void register_pid(pid_t pid);
|
|
void unregister_pid(pid_t pid);
|
|
|
|
void register_command_handler(std::string module_name);
|