19 #ifndef MIRAL_ADD_INIT_CALLBACK_H
20 #define MIRAL_ADD_INIT_CALLBACK_H
24 namespace mir {
class Server; }
Add a callback to be invoked when the server has been initialized, but before it starts....
Definition: add_init_callback.h:32
void operator()(mir::Server &server) const
std::function< void()> Callback
Definition: add_init_callback.h:34
AddInitCallback(Callback const &callback)
Definition: splash_session.h:24
Mir Abstraction Layer.
Definition: floating_window_manager.h:29