mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
neutrino.cpp: log and return messages_return::handled, if msg data was deleted;
add fast-scan update: if version changed on boot, forced after 30 seconds in standby, and at shutdown
This commit is contained in:
@@ -130,6 +130,7 @@ private:
|
||||
void SetupFrameBuffer();
|
||||
void CmdParser(int argc, char **argv);
|
||||
void Cleanup();
|
||||
void CheckFastScan(bool standby = false, bool reload = true);
|
||||
CNeutrinoApp();
|
||||
|
||||
public:
|
||||
@@ -213,7 +214,7 @@ public:
|
||||
CPersonalizeGui & getPersonalizeGui() { return personalize; }
|
||||
bool getChannellistIsVisible() { return channellist_visible; }
|
||||
void zapTo(t_channel_id channel_id);
|
||||
void wakeupFromStandby(void);
|
||||
bool wakeupFromStandby(void);
|
||||
void standbyToStandby(void);
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user