mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-14 00:43:42 +02:00
neutrino.h: add signal OnShutDown
was missed in context with similar OnBeforeRestart
This commit is contained in:
@@ -229,6 +229,7 @@ public:
|
||||
bool adjustToChannelID(const t_channel_id channel_id);
|
||||
//signal/event handler before restart of neutrino gui
|
||||
sigc::signal<bool> OnBeforeRestart;
|
||||
sigc::signal<void> OnShutDown;
|
||||
sigc::signal<void> OnAfterSetupFonts;
|
||||
void channelRezap();
|
||||
|
||||
|
Reference in New Issue
Block a user