X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d74be53af36f7005a29385015fd3d0a4f21014b5..8c6a25caeda5fa63b80bc40c6047cd1ae13a83dd:/lib/dvb/pmt.h diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index 086619d3..a0820c58 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -163,6 +163,8 @@ public: int pmtPid; int textPid; bool isCrypted() { return !caids.empty(); } + + PyObject *createPythonObject(); }; int getProgramInfo(struct program &program);