Go to the documentation of this file.
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)
Mir Abstraction Layer.
Definition runner.h:35
Copyright © 2012-2025
Canonical Ltd.
Generated on Sun Mar 2 17:34:18 UTC 2025
This documentation is licensed under the GPL version 2 or 3.