Re: GtkListStore and Threads problems



On Fri, 2005-06-17 at 11:56 -0300, Lorena Salinas wrote:

gdk_threads_leave(); /* release GTK thread lock */
pthread_mutex_unlock(&mutex);


while (valid) {

gtk_tree_model_get (GTK_TREE_MODEL (model), &iter,
TEST_COL_5,    &status,

And it surprises you that this doesn't work?

All GDK and GTK+ calls must be made within the GDK lock.

                                                Owen



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