X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1a3bd31e5cfcba89f2db03a2b4fa550de1fa2823..82afad7661dffa00f29c80cbe4e9865ace1e0730:/lib/nav/pcore.h diff --git a/lib/nav/pcore.h b/lib/nav/pcore.h index 9d4cd00e..07c979d6 100644 --- a/lib/nav/pcore.h +++ b/lib/nav/pcore.h @@ -17,9 +17,10 @@ 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 */ evUpdatedInfo, /** the program info of this service was updated */ + evSeekableStatusChanged, + evEnd }; pNavigation(); @@ -27,9 +28,7 @@ public: RESULT playService(const eServiceReference &service); SWIG_VOID(RESULT) recordService(const eServiceReference &ref, ePtr &SWIG_OUTPUT); - RESULT enqueueService(const eServiceReference &service); SWIG_VOID(RESULT) getCurrentService(ePtr &SWIG_OUTPUT); - SWIG_VOID(RESULT) getPlaylist(ePtr &SWIG_OUTPUT); RESULT stopService(); RESULT pause(int p);