On 29 November 2016 at 16:48, Michael Catanzaro <mcatanz...@igalia.com>
wrote:

> On Tue, 2016-11-29 at 15:52 +0000, Thomas Hunger wrote:
> > Or maybe I'm barking up the wrong tree?
>
> Yeah. As a rule, GNOME APIs are not threadsafe (except for refcounting)
> unless documented otherwise. You should post your DOM operations to be
> executed on the main thread. For example, in C you would do that using
> g_idle_add() which schedules the work on the global default main
> context.
>

Injecting changes via the main loop via idleAdd does indeed work, many
thanks!
_______________________________________________
webkit-gtk mailing list
webkit-gtk@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-gtk

Reply via email to