17#ifndef MIRAL_SET_COMMAND_LINE_HANDLER_H
18#define MIRAL_SET_COMMAND_LINE_HANDLER_H
22namespace mir {
class Server; }
36 using Handler = std::function<void(
int argc,
char const*
const* argv)>;
Set a handler for any command line options Mir/MirAL does not recognise. This will be invoked if any ...
Definition set_command_line_handler.h:34
void operator()(mir::Server &server) const
SetCommandLineHandler(Handler const &handler)
std::function< void(int argc, char const *const *argv)> Handler
Definition set_command_line_handler.h:36
Definition splash_session.h:22
Mir Abstraction Layer.
Definition floating_window_manager.h:29