X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e6fc6c4c345bee12b57a76392abf95c92b29aa3b..361de59820cf1bde180548782a647a5137b2a21c:/lib/python/enigma_python.i diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i index 77d9496d..bc5c9466 100644 --- a/lib/python/enigma_python.i +++ b/lib/python/enigma_python.i @@ -93,6 +93,7 @@ is usually caused by not marking PSignals as immutable. #include #include #include +#include #include #include #include @@ -134,7 +135,6 @@ typedef long time_t; %include %include -%immutable eTimer::timeout; %immutable eSocketNotifier::activated; %include %include @@ -154,6 +154,7 @@ typedef long time_t; %immutable pNavigation::m_record_event; %immutable eListbox::selectionChanged; %immutable eDVBCI_UI::ciStateChanged; +%immutable eSocket_UI::socketStateChanged; %immutable eDVBResourceManager::frontendUseMaskChanged; %immutable eAVSwitch::vcr_sb_notifier; %immutable ePythonMessagePump::recv_msg; @@ -209,6 +210,7 @@ typedef long time_t; %include %include %include +%include %include %include %include @@ -317,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); @@ -325,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);