- add "getCurrent" to service listbox
[enigma2.git] / lib / python / enigma_python.i
index 270dd7f432e483f91a802011454ed9b3d785d868..3562c3e9a3d8bd020af1af6740a77d8356d9438f 100644 (file)
@@ -60,6 +60,7 @@ is usually caused by not marking PSignals as immutable.
 #include <lib/gui/elistboxcontent.h>
 #include <lib/service/listboxservice.h>
 #include <lib/components/scan.h>
+#include <lib/nav/pcore.h>
 
 extern void runMainloop();
 extern void quitMainloop();
@@ -85,6 +86,7 @@ RefCount(eComponentScan)
 // TODO: embed these...
 %immutable eButton::selected;
 %immutable eComponentScan::statusChanged;
+%immutable pNavigation::event;
 
 %include <lib/gdi/epoint.h>
 %include <lib/gdi/erect.h>
@@ -100,6 +102,7 @@ RefCount(eComponentScan)
 %include <lib/gui/elistboxcontent.h>
 %include <lib/service/listboxservice.h>
 %include <lib/components/scan.h>
+%include <lib/nav/pcore.h>
 
 template<class R> class PSignal0
 {