Hi, 2010/11/15 [email protected] <[email protected]>: > Hi all, > > The thread example in the documentation no longer works since the latest dev > version of vala. The syntax for creating a thread changed?
I wouldn't call that syntax, but yes : creating a thread is now different : you have to give the "return type" of the thread (that you get when you call join on the thread). For the sample in the wiki, I think you just need to use Thread.create<void*>(...) HTH, Abderrahim _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
