Re: GThread struct now hidden



hi

On Thu, 2011-10-13 at 13:26 +0200, Murray Cumming wrote:
> By the way, I also noticed that g_thread_init() is deprecated,
> presumably because you must now used g_thread_new(), so you don't need
> it, but I don't see a deprecation comment on g_thread_init().

g_thread_init() is deprecated because you simply do not need to call it.

g_thread_new() is rather a replacement for g_thread_create().

Cheers



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