Re: Errors creating GdkPixbuf
- From: Nicolas Soubeiran <nicolas soubeiran gmail com>
- To: ajwood theiet org
- Cc: gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Re: Errors creating GdkPixbuf
- Date: Mon, 6 Sep 2010 17:36:38 +0200
Hello,
I had this error when using threads to create GdkPixbuf
(gdk_pixbuf_new_from_file called by multiple threads).
If it is your case, you must protect calls to to gdk functions with
gdk_threads_enter/leave functions.
Hope this helps
Nicolas
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]