summaryrefslogtreecommitdiff
path: root/epgsearch.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-06-06 17:58:29 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-06-06 17:58:29 +0000
commit3904ffb982bcd4467b18133fa3ea5c83d1ab50ca (patch)
tree299c64ba8a0a9cfbaa7ca8e0792e7ef78a729eb1 /epgsearch.h
parent556b5fa554b200b1c85321e52bce2e5471d83e27 (diff)
downloadvdr-plugin-live-3904ffb982bcd4467b18133fa3ea5c83d1ab50ca.tar.gz
vdr-plugin-live-3904ffb982bcd4467b18133fa3ea5c83d1ab50ca.tar.bz2
- trigger search timer update within frontend
Diffstat (limited to 'epgsearch.h')
-rw-r--r--epgsearch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epgsearch.h b/epgsearch.h
index be8bf0c..c882eed 100644
--- a/epgsearch.h
+++ b/epgsearch.h
@@ -265,6 +265,7 @@ public:
SearchTimer* GetByTimerId( std::string const& id );
bool ToggleActive(std::string const& id);
bool Delete(std::string const& id);
+ void TriggerUpdate();
private:
TimerList m_timers;
};