query on create_from_file and gdk_threads_enter() and gdk_threads_leave()

2009-06-22 Thread Robert Bui
Hello all, I am trying to load multiple images (one after another) onto a Gtk::Image widget. I have multiple background threads that looks for files at different location on disk. As soon as there is a new file, one of these would add the filename (enqueue) to the GAsyncQueue shared by

Re: query on create_from_file and gdk_threads_enter() and gdk_threads_leave()

2009-06-22 Thread Chris Vine
On Mon, 22 Jun 2009 16:47:30 +1000 Robert Bui vnco...@msn.com wrote: Hello all, I am trying to load multiple images (one after another) onto a Gtk::Image widget. I have multiple background threads that looks for files at different location on disk. As soon as there is a new file, one of