[webkit-gtk] Calling webkit_web_view_load_uri from a pthread
Andrew Wood
a.j.w at me.com
Wed Oct 5 06:09:55 PDT 2011
Whats the safe way to call webkit_web_view_load_uri from a pthread other
than the main thread. Ive tried using gdk_threads_enter() but am still
getting race condition style crashes. Most navigation actions are
initiated from the main thread but I have another thread which
occasionally needs to initiate a navigation itself.
Thanks
Andrew
More information about the webkit-gtk
mailing list