X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2Fenigma_python.i;h=6a255926f157f1bacff88b2922a87532ea9d0fa0;hb=004d6db4a1dda8f08f5ce63f30c102c81b7b0693;hp=9891fb3b02c09051abebe3ae4751bbe396076db5;hpb=2872929ce24198202fa096d28ab94dea9f925450;p=vuplus_dvbapp diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 9891fb3..6a25592 100755 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -334,6 +334,16 @@ void setPreferredTuner(int index) } %} +int getLinkedSlotID(int); +%{ +int getLinkedSlotID(int fe) +{ + eFBCTunerManager *mgr = eFBCTunerManager::getInstance(); + if (mgr) return mgr->getLinkedSlotID(fe); + return -1; +} +%} + /************** temp *****************/ /* need a better place for this, i agree. */