From kde-bindings Thu Nov 12 15:14:37 2009 From: Richard Dale Date: Thu, 12 Nov 2009 15:14:37 +0000 To: kde-bindings Subject: [Kde-bindings] [Bug 208838] qtruby QDBus API return nil Message-Id: <20091112151437.D682426EDE () immanuel ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bindings&m=125803891012799 https://bugs.kde.org/show_bug.cgi?id=208838 --- Comment #1 from Richard Dale 2009-11-12 16:14:36 --- SVN commit 1048001 by rdale: * Added a patch from 'Ruby Twiddler'. Qt::DBusInterface.call() didn't work when the first argument is an enum. For example: iface = Qt::DBusInterface.new(SERVICE_NAME, "", "", Qt::DBusConnection.sessionBus) msg = iface.call(Qt::DBus::BlockWithGui, "somemethod", param) p msg # => nil reply = Qt::DBusReply.new(msg) # => Error! * Thanks to Twiddler for the patch CCMAIL: kde-bindings@kde.org CCBUGS: 208838 M +9 -0 ChangeLog M +4 -0 src/lib/Qt/qtruby4.rb WebSVN link: http://websvn.kde.org/?view=rev&revision=1048001 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kde-bindings mailing list Kde-bindings@kde.org https://mail.kde.org/mailman/listinfo/kde-bindings