X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Fdb.h;h=44393afdfec43d5eae0e3d78e0545ab27c2b7712;hp=34ecfc1458bc8064480f1062a87f099a0eee5c91;hb=05c4f150e0973080ef3a9bd531cae650c7d10394;hpb=ed40f6f85c9c07c3c1224ae20601082c0309a631 diff --git a/lib/dvb/db.h b/lib/dvb/db.h index 34ecfc1..44393af 100644 --- a/lib/dvb/db.h +++ b/lib/dvb/db.h @@ -38,6 +38,9 @@ public: RESULT removeService(const eServiceReference &service); RESULT addFlag(const eServiceReference &service, unsigned int flagmask); RESULT removeFlag(const eServiceReference &service, unsigned int flagmask); + PyObject *readSatellites(SWIG_PYOBJECT(ePyObject) sat_list, SWIG_PYOBJECT(ePyObject) sat_dict, SWIG_PYOBJECT(ePyObject) tp_dict); + PyObject *readTerrestrials(SWIG_PYOBJECT(ePyObject) ter_list, SWIG_PYOBJECT(ePyObject) tp_dict); + PyObject *readCables(SWIG_PYOBJECT(ePyObject) cab_list, SWIG_PYOBJECT(ePyObject) tp_dict); #ifndef SWIG RESULT removeFlags(unsigned int flagmask, eDVBChannelID chid, unsigned int orb_pos); RESULT removeServices(eDVBChannelID chid, unsigned int orb_pos);