Ubuntu 10.10 Pentax K-5

Monday, April 25, 2005

mxiphone error

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: