Support Uno4k/Ultimo4k
[vuplus_dvbapp] / lib / python / enigma_python.i
index 158c986..e9a8161 100755 (executable)
@@ -356,6 +356,16 @@ void setFCCEnable(int enable)
 }
 %}
 
+bool isFBCLink(int);
+%{
+bool isFBCLink(int fe)
+{
+        eFBCTunerManager *mgr = eFBCTunerManager::getInstance();
+        if (mgr) return mgr->isFBCLink(fe);
+        return false;
+}
+%}
+
 /************** temp *****************/
 
        /* need a better place for this, i agree. */