1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04:00
polybar/include/lemonbuddy.hpp

11 lines
199 B
C++
Raw Normal View History

#pragma once
2016-05-19 10:41:06 -04:00
#include "exception.hpp"
DefineBaseException(ApplicationError);
void register_pid(pid_t pid);
void unregister_pid(pid_t pid);
2016-06-20 21:59:43 -04:00
void register_command_handler(std::string module_name);