From d7d291938c45893e28715fb12ae5b83d334084e9 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 10 Feb 2005 23:42:22 +0000 Subject: - add "getCurrent" to service listbox - add python wrapper for navigation core - use nav core - you can zap now :) --- lib/python/enigma_python.i | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/python/enigma_python.i') diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 270dd7f4..3562c3e9 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -60,6 +60,7 @@ is usually caused by not marking PSignals as immutable. #include #include #include +#include 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 %include @@ -100,6 +102,7 @@ RefCount(eComponentScan) %include %include %include +%include template class PSignal0 { -- cgit v1.2.3