Subject: | No way to disconnect from a signal |
When i connect to a signal i use connect_to_signal, which uses
_add_signal_receiver. But there is no method to break that connection,
even though there is a _remove_signal_receiver. Not exactly a bug, but
I guess it is an omission.