X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/4cdeb9ebe328382bb4ef6a01b67ff840adcc84ad..1dbaf81816d8994a84716bf1f8ca34645206ae22:/lib/service/event.h diff --git a/lib/service/event.h b/lib/service/event.h index 9ee6538b..25b9d0b7 100644 --- a/lib/service/event.h +++ b/lib/service/event.h @@ -39,11 +39,14 @@ class eServiceEvent: public iObject int m_duration; int m_event_id; std::string m_event_name, m_short_description, m_extended_description; + static std::string m_language; // .. additional info public: #ifndef SWIG RESULT parseFrom(Event *evt, int tsidonid=0); + RESULT parseFrom(const std::string filename, int tsidonid=0); #endif + static void setEPGLanguage( const std::string language ); time_t getBeginTime() const { return m_begin; } int getDuration() const { return m_duration; } int getEventId() const { return m_event_id; }