better solution to add possibility to delete eSocketNotifiers,
[vuplus_dvbapp] / lib / python / connections.h
index 76859e7..ad76198 100644 (file)
@@ -18,7 +18,10 @@ public:
        PSignal();
        ~PSignal();
        void callPython(SWIG_PYOBJECT(ePyObject) tuple);
-       PyObject *get(bool steal=false);
+#ifndef SWIG
+       PyObject *getSteal(bool clear=false);
+#endif
+       PyObject *get();
 };
 
 inline PyObject *PyFrom(int v)