[Kde-bindings] [Bug 125899] New: dcop_add/dcop_next does not support bool
Mathias Panzenböck
grosser.meister.morti at gmx.net
Wed Apr 19 16:08:14 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=125899
Summary: dcop_add/dcop_next does not support bool
Product: bindings
Version: unspecified
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kde-bindings kde org
ReportedBy: grosser.meister.morti gmx net
Version: 435268 (using KDE Devel)
OS: Linux
To add support for the bool datatype should be easy.
For now you can use as work around dcop_add(params, int(bool_var), 'char') and bool(dcop_next(retdata, 'char')).
So I guess it won't be hard to integrate this in dcop_add/dcop_next.
More information about the Kde-bindings
mailing list