GNOME Bugzilla – Bug 598778
[PATCH] Fix 'clutter-1.0.vapi'
Last modified: 2009-11-12 22:15:18 UTC
Lots of fixes (out parameters, array lengths, delegates, [NoAccessorMethod]s, remove private fields, 'dup_function' metadata, ...).
Created attachment 145675 [details] [review] Fix 'clutter-1.0.vapi'
Created attachment 145725 [details] [review] Fix 'clutter-1.0.vapi', 2nd version bind string arrays correctly
Review of attachment 145725 [details] [review]: You should use metadata files etc. like described in http://live.gnome.org/Vala/Bindings
(In reply to comment #3) > Review of attachment 145725 [details] [review]: > > You should use metadata files etc. like described in > http://live.gnome.org/Vala/Bindings Yes, however, I used what was there. The 'clutter-1.0.vapi' currently shipped with Vala has no vapigen package directory. I'm not sure if that's intentional.
(In reply to comment #4) > > Yes, however, I used what was there. The 'clutter-1.0.vapi' currently shipped > with Vala has no vapigen package directory. I'm not sure if that's intentional. That's a bug. So please provide a patch with a package directory
Fixed with commit 2fdf8664c3f7a6a19253ae897fb3d085b6b20b38 "clutter-1.0: Replaced the clutter-1.0 bindings with generated ones"