aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-02-10 23:42:22 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-02-10 23:42:22 +0000
commitd7d291938c45893e28715fb12ae5b83d334084e9 (patch)
tree56aefc1b03a6ce7e26e6f749aeac8992659c74cf /lib/python
parent4953676fb9df2347981b4f3ddb17a4d725197b31 (diff)
downloadenigma2-d7d291938c45893e28715fb12ae5b83d334084e9.tar.gz
enigma2-d7d291938c45893e28715fb12ae5b83d334084e9.zip
- add "getCurrent" to service listbox
- add python wrapper for navigation core - use nav core - you can zap now :)
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/enigma_python.i3
1 files changed, 3 insertions, 0 deletions
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 <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
{