Re: g_io_scheduler_job_send_to_mainloop in another thread

2010-08-25 Thread Ardhan Madras
g_io_scheduler_job_send_to_mainloop() at the main thread it might have deadlocking your application. Ardhan, --- kuleshovm...@gmail.com wrote: From: Alexander Kuleshov kuleshovm...@gmail.com To: gtk-app-devel-list@gnome.org Subject: g_io_scheduler_job_send_to_mainloop in another thread Date: Fri, 13 Aug 2010

g_io_scheduler_job_send_to_mainloop in another thread

2010-08-12 Thread Alexander Kuleshov
Hello, I have function that run in another thread them main gui. Can i call g_io_scheduler_job_send_to_mainloop from this fumction or we can call g_io_scheduler_job_send_to_mainloop only from main thread? Thank you ___ gtk-app-devel-list mailing list