Re: [Vala] Too many arguments in generated code




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 a struct.

--tomw

  




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]