Re: GtkListStore and Threads problems
- From: Lorena Salinas <lsalinas invap com ar>
- To: Owen Taylor <otaylor redhat com>
- 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: Tue, 21 Jun 2005 11:26:13 -0300
You're right!!
I made what you told me and now it all works fine !!
thanks a lot all of you!!
Lorena
On Fri, 2005-06-17 at 10:48 -0400, Owen Taylor wrote:
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]