X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1cdf6cb021fcaa6548b90ba7b6765cf1e8b8b37b..e09118574a32038b352e01a2ed085175406778d7:/lib/nav/pcore.h diff --git a/lib/nav/pcore.h b/lib/nav/pcore.h index 004bab27..20d7f94b 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; @@ -24,9 +24,12 @@ public: pNavigation(); RESULT playService(const eServiceReference &service); + SWIG_VOID(RESULT) recordService(const eServiceReference &ref, ePtr &SWIG_OUTPUT); + RESULT enqueueService(const eServiceReference &service); - RESULT getCurrentService(ePtr &service); - RESULT getPlaylist(ePtr &playlist); + SWIG_VOID(RESULT) getCurrentService(ePtr &SWIG_OUTPUT); + SWIG_VOID(RESULT) getPlaylist(ePtr &SWIG_OUTPUT); + RESULT stopService(); RESULT pause(int p); private: