17#ifndef MIRAL_SET_TERMINATOR_H
18#define MIRAL_SET_TERMINATOR_H
22namespace mir {
class Server; }
Set handler for termination requests. terminator will be called following receipt of SIGTERM or SIGIN...
Definition set_terminator.h:31
std::function< void(int signal)> Terminator
Definition set_terminator.h:33
SetTerminator(Terminator const &terminator)
void operator()(mir::Server &server) const
Definition splash_session.h:22
Mir Abstraction Layer.
Definition floating_window_manager.h:29