Re: [Vala] Too many arguments in generated code

2012-04-10 Thread tomw
> So in your case I would bind Joint as > [Compact] > [CCode (copy_function="...", free_function="...")] > class Skeltrack.Joint {...} thanks, following your suggestion works. What I don't get however is why Vala requires a class to get it right where the in the original C code Skeltrack.Joint is

Re: [Vala] [PATCH] enum: foreach capability

2012-04-10 Thread Kris Thomsen
I vote for this - nifty little feature :) // Kris Den 10. apr. 2012 23.53 skrev Sebastian Reichel : > On Tue, Apr 10, 2012 at 12:09:47PM -0700, Jim Nelson wrote: > > I too would like to see this. Maybe Team Vala could take a look at the > > patch and comment? > > > > https://bugzilla.gnome.org/

Re: [Vala] [PATCH] enum: foreach capability

2012-04-10 Thread Sebastian Reichel
On Tue, Apr 10, 2012 at 12:09:47PM -0700, Jim Nelson wrote: > I too would like to see this. Maybe Team Vala could take a look at the > patch and comment? > > https://bugzilla.gnome.org/show_bug.cgi?id=624691 > > (Sebastian, I'm assuming the patch you attached to the above ticket is your > latest

Re: [Vala] [PATCH] enum: foreach capability

2012-04-10 Thread Jim Nelson
I too would like to see this. Maybe Team Vala could take a look at the patch and comment? https://bugzilla.gnome.org/show_bug.cgi?id=624691 (Sebastian, I'm assuming the patch you attached to the above ticket is your latest code.) -- Jim On Fri, Mar 23, 2012 at 8:53 PM, Sebastian Reichel wrote