I'm having some problems using the kde bindings to call a function from Ruby that returns a QValueList<int>. Is this a known problem? I've been searching around, and cannot find recent references to this problem. Other functions that return, for example, QCStringList, seem to be fine. I'm using kdebindings 
3.5.4. Below is sample output.<br><br>-bb<br><br>== irb session output ==<br>irb(main):001:0> require 'korundum'<br>=> true<br>irb(main):002:0> c = KDE::DCOPClient.new<br>=> #<KDE::DCOPClient:0xb4a14c28 name="unnamed">
<br>irb(main):003:0> c.attach<br>=> true<br>irb(main):004:0> k = KDE::DCOPRef.new 'ktorrent', 'KTorrent'<br>=> #<KDE::DCOPRef:0xb4a0fcf0 app="ktorrent", obj="KTorrent"><br>irb(main):005:0> 
k.setDCOPClient c<br>=> nil<br>irb(main):006:0> k.getTorrentInfo 3<br>=> ["August EP", "Seeding", "75.9 MB", "75.9 MB", "82.5 MB", "0.0 KB/s", "0.0
 KB/s", "finished", "0", "100.00 %"]<br>irb(main):007:0> k.getTorrentNumbers(0)<br>ArgumentError: Cannot handle 'QValueList<int>' as DCOP return-type<br>        from /usr/lib/ruby/site_ruby/1.8/KDE/korundum.rb:310:in `dcop_call'
<br>        from /usr/lib/ruby/site_ruby/1.8/KDE/korundum.rb:310:in `callExt'<br>        from /usr/lib/ruby/site_ruby/1.8/KDE/korundum.rb:257:in `method_missing'<br>        from (irb):7<br>        from /usr/lib/ruby/site_ruby/1.8/Qt/qtruby.rb:1360
<br><br>