SystemPlugins/Videomode: show HDMI on DM500HD instead of DVI
[enigma2.git] / lib / python / connections.h
index 8ff3a620e30cff1e48f72d45676d26caf29936a4..ad76198a7ca1d35e29826a2f98a434288fb333ff 100644 (file)
@@ -18,6 +18,9 @@ public:
        PSignal();
        ~PSignal();
        void callPython(SWIG_PYOBJECT(ePyObject) tuple);
+#ifndef SWIG
+       PyObject *getSteal(bool clear=false);
+#endif
        PyObject *get();
 };