From 55c2a88ecd94a2eb6aa00f1227912fcd2659932b Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Thu, 14 Dec 2006 17:07:42 +0000 Subject: add possibility to get a dict with transponderdata for servicerefs --- lib/service/iservice.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/service/iservice.h') diff --git a/lib/service/iservice.h b/lib/service/iservice.h index 85ac6fd3..c809e813 100644 --- a/lib/service/iservice.h +++ b/lib/service/iservice.h @@ -243,7 +243,8 @@ public: virtual int getInfo(const eServiceReference &ref, int w); virtual std::string getInfoString(const eServiceReference &ref,int w); - + virtual PyObject *getInfoObject(const eServiceReference &ref, int w); + virtual int setInfo(const eServiceReference &ref, int w, int v); virtual int setInfoString(const eServiceReference &ref, int w, const char *v); }; @@ -303,7 +304,9 @@ public: sDVBState, /* states as defined in pmt handler (as events there) */ sVideoHeight, - sVideoWidth + sVideoWidth, + + sTransponderData /* transponderdata as python dict */ }; enum { resNA = -1, resIsString = -2, resIsPyObject = -3 }; -- cgit v1.2.3