update dvbapp.
[vuplus_dvbapp] / lib / python / enigma_python.i
index 9891fb3..6a25592 100755 (executable)
@@ -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. */