X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/c606126c3efaec7e3fdf1283fc37dfb7140bee13..0f9371c1c276eecc360c0051ef073a6974765340:/lib/dvb/epgcache.h diff --git a/lib/dvb/epgcache.h b/lib/dvb/epgcache.h index fe768aee..e5dd148b 100644 --- a/lib/dvb/epgcache.h +++ b/lib/dvb/epgcache.h @@ -218,10 +218,6 @@ public: flush, startChannel, leaveChannel, - pause, - restart, - updated, - isavail, quit, got_private_pid, timeChanged @@ -338,8 +334,8 @@ public: CASE_CHECK, NO_CASE_CHECK }; - PyObject *lookupEvent(PyObject *list, PyObject *convertFunc=NULL); - PyObject *search(PyObject *); + PyObject *lookupEvent(SWIG_PYOBJECT(ePyObject) list, SWIG_PYOBJECT(ePyObject) convertFunc=(PyObject*)0); + PyObject *search(SWIG_PYOBJECT(ePyObject)); // eServiceEvent are parsed epg events.. it's safe to use them after cache unlock // for use from python ( members: m_start_time, m_duration, m_short_description, m_extended_description )