diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-01-24 18:16:22 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-01-24 18:16:22 +0000 |
| commit | 5bdcf268b3fe57526f35e7097c79f441bae7a5d3 (patch) | |
| tree | e817eaf6f3f97289303cdfd977d2717799c5a478 /lib/python/connections.cpp | |
| parent | 4c9d04cb33fb06dfa075b431e36e7ea938a5f963 (diff) | |
| download | enigma2-5bdcf268b3fe57526f35e7097c79f441bae7a5d3.tar.gz enigma2-5bdcf268b3fe57526f35e7097c79f441bae7a5d3.zip | |
add python connections
Diffstat (limited to 'lib/python/connections.cpp')
| -rw-r--r-- | lib/python/connections.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/python/connections.cpp b/lib/python/connections.cpp new file mode 100644 index 00000000..c24c9399 --- /dev/null +++ b/lib/python/connections.cpp @@ -0,0 +1,9 @@ +#include <lib/python/connections.h> + +PSignal1<void,int> testsignal; + +void connect(Slot1<void, int> &slot, PyObject *fnc) +{ + printf("CONNECT !\n"); +} + |
