add python connections
[vuplus_dvbapp] / lib / python / connections.cpp
diff --git a/lib/python/connections.cpp b/lib/python/connections.cpp
new file mode 100644 (file)
index 0000000..c24c939
--- /dev/null
@@ -0,0 +1,9 @@
+#include <lib/python/connections.h>
+
+PSignal1<void,int> testsignal;
+
+void connect(Slot1<void, int> &slot, PyObject *fnc)
+{
+       printf("CONNECT !\n");
+}
+