diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-22 20:04:08 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-22 20:04:08 +0000 |
| commit | 663df8b68d461fe8137367977afa7fefc63f1838 (patch) | |
| tree | e1910c7bc9c428700d353208258fe5226a763482 /lib/python/enigma_python.i | |
| parent | d43e4676bd757d1de73b8dd669154ffd42192b10 (diff) | |
| download | enigma2-663df8b68d461fe8137367977afa7fefc63f1838.tar.gz enigma2-663df8b68d461fe8137367977afa7fefc63f1838.zip | |
better cast
Diffstat (limited to 'lib/python/enigma_python.i')
| -rw-r--r-- | lib/python/enigma_python.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 0ca55bb9..21f2b2ec 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -142,7 +142,6 @@ typedef long time_t; %template(eServiceCenterPtr) ePtr<eServiceCenter>; %include <lib/service/event.h> - // TODO: embed these... %immutable eConsoleAppContainer::appClosed; %immutable eConsoleAppContainer::dataAvail; @@ -153,6 +152,7 @@ typedef long time_t; %immutable eComponentScan::newService; %immutable pNavigation::m_event; %immutable eListbox::selectionChanged; +%immutable eDVBCI_UI::mmiAvail; %include <lib/base/console.h> %include <lib/base/nconfig.h> |
