X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/53893eb6396db5d48c105d09128baff79db4c9cc..c31bef10af2174fc72b9e5658edc81681da4e47e:/lib/nav/pcore.h diff --git a/lib/nav/pcore.h b/lib/nav/pcore.h index 9e490844..9d4cd00e 100644 --- a/lib/nav/pcore.h +++ b/lib/nav/pcore.h @@ -18,7 +18,8 @@ public: 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 */ }; pNavigation(); @@ -29,6 +30,7 @@ public: 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); private: