X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2Fenigma_python.i;h=e934885e01ae6c1710f15513256aba840fb4e77c;hb=654bb0a0f8583b7cbc47b32f7e9b6921dffc4e03;hp=e3b4cd20c1028377059e4173c1a5a424ed6c6677;hpb=6f73e6abddf4170357c490966d0e1c622eb376f5;p=vuplus_dvbapp diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index e3b4cd2..e934885 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -93,7 +93,6 @@ is usually caused by not marking PSignals as immutable. #include #include #include -#include #include #include #include @@ -145,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; @@ -210,7 +211,6 @@ typedef long time_t; %include %include %include -%include %include %include %include @@ -319,6 +319,7 @@ extern eApplication *getApplication(); extern int getPrevAsciiCode(); extern void addFont(const char *filename, const char *alias, int scale_factor, int is_replacement); extern const char *getEnigmaVersionString(); +extern void dump_malloc_stats(void); %} extern void addFont(const char *filename, const char *alias, int scale_factor, int is_replacement); @@ -327,3 +328,4 @@ extern void runMainloop(); extern void quitMainloop(int exit_code); extern eApplication *getApplication(); extern const char *getEnigmaVersionString(); +extern void dump_malloc_stats(void);