X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2Fconnections.h;h=ad76198a7ca1d35e29826a2f98a434288fb333ff;hb=fe79a39da47fd1ef36ade6ac8ad1b6f794c39d48;hp=76859e7df3c7f8abf5edf9b6b624672da01abdd5;hpb=ec5a129c62b75f939830c0585780bdedf7c78460;p=vuplus_dvbapp diff --git a/lib/python/connections.h b/lib/python/connections.h index 76859e7..ad76198 100644 --- a/lib/python/connections.h +++ b/lib/python/connections.h @@ -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)