- work on actions
[enigma2.git] / lib / nav / core.h
index db4384124cca6884a32b8a2ebab9d0fc47224ef1..c049e43d2fc17a41293fe251cb73e5911e0d324a 100644 (file)
@@ -23,7 +23,8 @@ 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 */
+               evPlaylistDone, /** the last service in the playlist was just played */
+               evUpdatedEventInfo /** the "currently running" event info was updated */
        };
        
        RESULT playService(const eServiceReference &service);
@@ -32,6 +33,7 @@ public:
 /*     int connectServiceEvent(const Slot1<void,iPlayableService*,int> &event, ePtr<eConnection> &connection); */
        RESULT getCurrentService(ePtr<iPlayableService> &service);
        RESULT getPlaylist(ePtr<ePlaylist> &playlist);
+       RESULT stopService(void);
        
        RESULT pause(int p);
        eNavigation(iServiceHandler *serviceHandler);