mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
neutrino.h: add signal OnShutDown
was missed in context with similar OnBeforeRestart
Origin commit data
------------------
Commit: 5e0137f8a6
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-12-08 (Sat, 08 Dec 2018)
This commit is contained in:
@@ -4206,6 +4206,8 @@ void CNeutrinoApp::ExitRun(int exit_code)
|
||||
SDT_ReloadChannels();
|
||||
|
||||
dprintf(DEBUG_INFO, "exit\n");
|
||||
OnShutDown();
|
||||
|
||||
StopSubtitles();
|
||||
stopPlayBack();
|
||||
|
||||
|
@@ -231,6 +231,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