Re: [Vala] code does not compile with 0.13.2+, did with 0.13.1



On 5 September 2011 13:56, Luca Bruno <lethalman88 gmail com> wrote:
Not correct, it's only a case that it works in 0.13.1. All types defined in
a vapi are supposed to exist already.
For what you want to do, drop ArgString (and the value field) then use
something like this:

[CCode (cname = "value.s")]
public string value_s;

This way it will access the underlying "s" field in the union.

that works!

thanks a lot for your help and for your patience.

Iñigo



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