unexpected async reply
Check the gdk threads,
I have to init threads first, using g_thread_init() and gdk_threads_init(), these two are must to enable the two threads to have the gdk gdk operations..
gdk_threads_enter();
...
gdk_threads_leave();
No comments:
Post a Comment