X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d74be53af36f7005a29385015fd3d0a4f21014b5..1917887e66e15f79b06830993365f8659623d1aa:/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);