Re: [Vala] Vala: JACK Audio Binding

2010-06-27 Thread JM
Hello Writing it like this should help: public int get_aliases(ref string[] aliases); Same for Data[]. Unfortunately that doesn't check the size of the string array. Regards ___ vala-list mailing list vala-list@gnome.org

Re: [Vala] Vala: JACK Audio Binding

2010-06-26 Thread Harry Van Haaren
Cheers for the reply the commit! Its a help anyway, I was at 12 errors, now down to 6 errors. (+ 5 warnings). All the errors seem to be of the same kind. (Something due to accessing array[2] ?) I've never written a .vapi and dont really understand all the fancy tricks you do... So best job is