Re: [Vala] How to deal with "target" attribute in VAPI for C struct?



Ugh, sorry, obviously that code:

 public delegate void ComputingFinishedCallback();

should be:

 public delegate void ComputingFinishedCallback(void* sender);

m.



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