[Kde-bindings] [Bug 105772] (ruby) request to have the Qt/KDE methods appear in object.methods and .respond_to?

Richard Dale Richard_Dale at tipitina.demon.co.uk
Fri May 20 16:11:10 UTC 2005


------- 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=105772         




------- Additional Comments From Richard_Dale tipitina demon co uk  2005-05-20 18:11 -------
SVN commit 416098 by rdale:

* Removed unused Qt::Internal functions
* Added KNS:: to the namespaces expected by the rbkdeapi tool
* Introspection via Object#methods, public_methods, protected_methods and singleton_methods
	or Module#constants, instance_methods, protected_instance_methods and public_instance_methods
	now all include methods from the Smoke runtime. This fixes part of the request in bug 105772, but
	still not enabling 'respond_to?' to be used with Smoke methods.

CCBUGS: 105772



 M  +4 -1      trunk/KDE/kdebindings/kalyptus/kalyptusCxxToSmoke.pm  
 M  +9 -0      trunk/KDE/kdebindings/qtruby/ChangeLog  
 M  +100 -31   trunk/KDE/kdebindings/qtruby/rubylib/qtruby/Qt.cpp  
 M             trunk/KDE/kdebindings/qtruby/rubylib/qtruby/lib/Qt/qtruby.rb  
 M  +5 -1      trunk/KDE/kdebindings/smoke/smoke.h



More information about the Kde-bindings mailing list