X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2Fconnections.h;h=ad76198a7ca1d35e29826a2f98a434288fb333ff;hp=8ff3a620e30cff1e48f72d45676d26caf29936a4;hb=c4a55fbb1dbb22ccd43bfd92f1ec9df4f811310f;hpb=26ff43bdf1eb6fe4da12db2c61a63c0dcd9612c8 diff --git a/lib/python/connections.h b/lib/python/connections.h index 8ff3a62..ad76198 100644 --- a/lib/python/connections.h +++ b/lib/python/connections.h @@ -18,6 +18,9 @@ public: PSignal(); ~PSignal(); void callPython(SWIG_PYOBJECT(ePyObject) tuple); +#ifndef SWIG + PyObject *getSteal(bool clear=false); +#endif PyObject *get(); };