Re: GtkListStore and Threads problems
- From: Owen Taylor <otaylor redhat com>
- To: Lorena Salinas <lsalinas invap com ar>
- Cc: gtk-app-devel-list gnome org, Soeren Sandmann <sandmann daimi au dk>, Peter Bloomfield <peterbloomfield bellsouth net>
- Subject: Re: GtkListStore and Threads problems
- Date: Fri, 17 Jun 2005 10:48:31 -0400
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]