diff options
| author | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-09-01 02:05:47 +0000 |
|---|---|---|
| committer | Ronny Strutz <ronny.strutz@multimedia-labs.de> | 2005-09-01 02:05:47 +0000 |
| commit | c87f1f3b8eb5dec60131976cc092bd5ed6e66acf (patch) | |
| tree | e11e83a63cb9dd38d3c9c87f207299858505a44b /lib/python/enigma_python.i | |
| parent | 8dd41ca870f8d9fda806bc49295f464a3cf18bd3 (diff) | |
| download | enigma2-c87f1f3b8eb5dec60131976cc092bd5ed6e66acf.tar.gz enigma2-c87f1f3b8eb5dec60131976cc092bd5ed6e66acf.zip | |
add setClock
Diffstat (limited to 'lib/python/enigma_python.i')
| -rw-r--r-- | lib/python/enigma_python.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 1ec39754..8654e5cd 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -73,6 +73,7 @@ is usually caused by not marking PSignals as immutable. extern void runMainloop(); extern void quitMainloop(); extern void setLCD(const char *c); +extern void setLCDClock(const char *c); extern PSignal1<void,int> &keyPressedSignal(); %} @@ -189,6 +190,7 @@ public: void runMainloop(); void quitMainloop(); void setLCD(const char*); +void setLCDClock(const char*); %immutable keyPressed; PSignal1<void,int> &keyPressedSignal(); |
