[Kde-bindings] playground/bindings/kimono
Paolo Capriotti
paolo.capriotti at gmail.com
Thu Jun 1 01:30:26 UTC 2006
SVN commit 547167 by capriotti:
* Avoided some useless method calls to handle qt_metacall
(removed InvokeMetaCallMethod and QyotoMetaCall)
* Fixed QMetaObject creation
* data and stringdata are now copied in C++ code to prevent
garbage collection.
* Changed data in QMetaObject to an array of uint instead of int.
* Removed the void** marshaller since it was unneeded.
* Partially implemented custom slot invocation.
* Added tutorial 7 (doesn't work yet).
CCMAIL: kde-bindings at kde.org
M +12 -0 ChangeLog
M +0 -1 Hello.cs
M +24 -17 SmokeInvocation.cs
M +1 -1 handlers.cpp
M +34 -24 qyoto.cpp
M +1 -1 qyoto.h
M +8 -0 qyoto/QObject.cs
M +22 -27 qyoto/Qyoto.cs
More information about the Kde-bindings
mailing list