X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/dba614edd2aad3c17e244914eaef3809d8300cb1..984331e8556f07cee27bfb4416c4391ff0c2ce62:/lib/nav/pcore.h?ds=sidebyside diff --git a/lib/nav/pcore.h b/lib/nav/pcore.h index 1a910b82..ad5d461b 100644 --- a/lib/nav/pcore.h +++ b/lib/nav/pcore.h @@ -17,16 +17,18 @@ 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, }; 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: