git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix wrong encoding of event description during pvr playback.. when info button is...
[enigma2.git]
/
tools.py
1
2
def CONNECT(slot, fnc):
3
slot.get().append(fnc)
4
5
def DISCONNECT(slot, fnc):
6
slot.get().remove(fnc)
7