[Kde-bindings] [Bug 231138] New: disconnect of signals not implemented in krosspython
Joris Guisson
joris.guisson at gmail.com
Wed Mar 17 19:10:48 UTC 2010
https://bugs.kde.org/show_bug.cgi?id=231138
Summary: disconnect of signals not implemented in krosspython
Product: bindings
Version: unspecified
Platform: Ubuntu Packages
OS/Version: Linux
Status: NEW
Severity: normal
Priority: NOR
Component: general
AssignedTo: kde-bindings at kde.org
ReportedBy: joris.guisson at gmail.com
Version: (using KDE 4.4.1)
OS: Linux
Installed from: Ubuntu Packages
The problem is this function in pythonextension.cpp:
Py::Object PythonExtension::doDisconnect(const Py::Tuple&)
{
//TODO
return PythonType<bool>::toPyObject(false);
}
This means that if you connect to a signal in your script you can't disconnect
and if you remove the script the function connect to it still gets called when
the signal is emitted, which is even worse.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kde-bindings
mailing list