git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
one empty line
[enigma2.git]
/
lib
/
python
/
connections.cpp
1
#include <lib/python/connections.h>
2
3
PSignal1<void,int> testsignal;
4
5
void connect(Slot1<void, int> &slot, PyObject *fnc)
6
{
7
printf("CONNECT !\n");
8
}
9