X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2Fenigma_python.i;fp=lib%2Fpython%2Fenigma_python.i;h=6a255926f157f1bacff88b2922a87532ea9d0fa0;hp=9891fb3b02c09051abebe3ae4751bbe396076db5;hb=afa141eedd597d0468d33b97a79f738a9ebfd11f;hpb=7b7a80a1f979b0bd9c68aa33af968db25bf63f81 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. */