X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1cdf6cb021fcaa6548b90ba7b6765cf1e8b8b37b..2d9f49283b5c45221f5cc81b5f95d744b24d6a09:/lib/nav/pcore.h diff --git a/lib/nav/pcore.h b/lib/nav/pcore.h index 004bab27..07c979d6 100644 --- a/lib/nav/pcore.h +++ b/lib/nav/pcore.h @@ -8,7 +8,7 @@ class pNavigation: public iObject, public Object { -DECLARE_REF; +DECLARE_REF(pNavigation); public: PSignal1 m_event; @@ -17,16 +17,19 @@ public: evStopService, /** the "current" service was just stopped and likes to be deallocated (clear refs!) */ evNewService, /** a new "current" service was just started */ evPlayFailed, /** the next service (in playlist) or the one given in playService failed to play */ - evPlaylistDone, /** the last service in the playlist was just played */ - evUpdatedEventInfo /** the "currently running" event info was updated */ + evUpdatedEventInfo, /** the "currently running" event info was updated */ + evUpdatedInfo, /** the program info of this service was updated */ + evSeekableStatusChanged, + evEnd }; pNavigation(); RESULT playService(const eServiceReference &service); - RESULT enqueueService(const eServiceReference &service); - RESULT getCurrentService(ePtr &service); - RESULT getPlaylist(ePtr &playlist); + SWIG_VOID(RESULT) recordService(const eServiceReference &ref, ePtr &SWIG_OUTPUT); + + SWIG_VOID(RESULT) getCurrentService(ePtr &SWIG_OUTPUT); + RESULT stopService(); RESULT pause(int p); private: