X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/fdb6f80a93867b9172223f7949d78b385aaf424a..80059ab78691323ff8bb30ba4db8577a5185fc6d:/lib/nav/pcore.h diff --git a/lib/nav/pcore.h b/lib/nav/pcore.h index 1d314b19..c157e0dc 100644 --- a/lib/nav/pcore.h +++ b/lib/nav/pcore.h @@ -20,9 +20,9 @@ public: RESULT pause(int p); SWIG_VOID(RESULT) getCurrentService(ePtr &SWIG_OUTPUT); - SWIG_VOID(RESULT) recordService(const eServiceReference &ref, ePtr &SWIG_OUTPUT); + SWIG_VOID(RESULT) recordService(const eServiceReference &ref, ePtr &SWIG_OUTPUT, bool simulate); RESULT stopRecordService(ePtr &service); - PyObject *getRecordings(void); + PyObject *getRecordings(bool simulate=false); private: ePtr m_core;