diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-14 21:41:17 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-14 21:41:17 +0000 |
| commit | 479df2313449286767814bc0c89624fdd45d2a2d (patch) | |
| tree | 008f4581c44f742f321d7872e4e14001a1612e77 /lib/python/enigma_python.i | |
| parent | 3353982034f151f4615cb1842873d99a7a6fa0ca (diff) | |
| download | enigma2-479df2313449286767814bc0c89624fdd45d2a2d.tar.gz enigma2-479df2313449286767814bc0c89624fdd45d2a2d.zip | |
add return code
Diffstat (limited to 'lib/python/enigma_python.i')
| -rw-r--r-- | lib/python/enigma_python.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 7764f8ca..f22c0722 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -77,7 +77,7 @@ is usually caused by not marking PSignals as immutable. #include <lib/dvb_ci/dvbci_ui.h> extern void runMainloop(); -extern void quitMainloop(); +extern void quitMainloop(int exit_code); extern void setLCD(const char *c); extern void setLCDClock(const char *c); @@ -226,7 +226,7 @@ public: /************** debug **************/ void runMainloop(); -void quitMainloop(); +void quitMainloop(int exit_code); void setLCD(const char*); void setLCDClock(const char*); %immutable keyPressed; |
