diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-09-02 16:57:09 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-09-02 16:57:09 +0000 |
| commit | 654bb0a0f8583b7cbc47b32f7e9b6921dffc4e03 (patch) | |
| tree | 9dbc051ff4ce9dc7c42fbb60a2b036f968076d9c /lib/python/enigma_python.i | |
| parent | 0683c22d4f4a4d823a6df903c980ba53e14f9a0c (diff) | |
| download | enigma2-654bb0a0f8583b7cbc47b32f7e9b6921dffc4e03.tar.gz enigma2-654bb0a0f8583b7cbc47b32f7e9b6921dffc4e03.zip | |
emit seperate signals for stdout and stderr pipes, allow cat'ing file content into container apps and dumping their output to a file
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 7f141a94..e934885e 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -144,6 +144,8 @@ typedef long time_t; // TODO: embed these... %immutable eConsoleAppContainer::appClosed; %immutable eConsoleAppContainer::dataAvail; +%immutable eConsoleAppContainer::stdoutAvail; +%immutable eConsoleAppContainer::stderrAvail; %immutable eConsoleAppContainer::dataSent; %immutable eButton::selected; %immutable eInput::changed; |
