Re: Question about deprecated Gdk thread lock functions
- From: Matthias Clasen <matthias clasen gmail com>
- To: Tadej Borovšak <tadeboro gmail com>
- Cc: gtk-devel-list gnome org, Nicolas Soubeiran <nicolas soubeiran gmail com>
- Subject: Re: Question about deprecated Gdk thread lock functions
- Date: Thu, 23 Aug 2012 17:11:06 -0400
On Thu, Aug 23, 2012 at 3:16 PM, Tadej Borovšak <tadeboro gmail com> wrote:
> Hi.
>
> As far as I know, gdk-pixbuf is thread-safe and those global locks are
> not needed. Are you sure other parts of your code that could contribute
> to this error are fine?
>
gdk-pixbuf is not really thread-safe. It tries to put a lock around
thread-unsafe image libraries, but that is not really sufficient to
make all problems go away. Particularly problematic is that librsvg
uses pango, and pango is not thread-safe.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]