Bug 125899 - dcop_add/dcop_next does not support bool
Summary: dcop_add/dcop_next does not support bool
Status: RESOLVED UNMAINTAINED
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-19 18:08 UTC by Mathias Panzenböck
Modified: 2010-01-20 21:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathias Panzenböck 2006-04-19 18:08:12 UTC
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.
Comment 1 Dario Andres 2010-01-20 21:14:26 UTC
Closing as DCOP is unmaintained.