From ruby-talk Wed Dec 26 21:25:01 2007 From: "richard.j.dale () gmail ! com" Date: Wed, 26 Dec 2007 21:25:01 +0000 To: ruby-talk Subject: Re: qt4 bindings, threads Message-Id: X-MARC-Message: https://marc.info/?l=ruby-talk&m=119870438219845 On Dec 26, 1:05 am, daniel åkerud wrote: > qtruby4 unfortunately lacks QSocketNotifier as well. The Ruby UNIXSocket > class contains a method called read_nonblock which gives me some hope though > :-) Your version of the Smoke library that QtRuby uses should have the QSocketNotifier class, my version of QtRuby certainly has it. Try using the 'rbqtapi ' tool to find if it is there: $ rbqtapi QSocketNotifier enum QSocketNotifier::Exception QSocketNotifier* QSocketNotifier::QSocketNotifier(int, QSocketNotifier::Type) QSocketNotifier* QSocketNotifier::QSocketNotifier(int, QSocketNotifier::Type, QObject*) ... -- Richard