GNOME Bugzilla – Bug 750417
Deprecated gtk thread functions
Last modified: 2015-06-04 20:49:14 UTC
The gdk_threads_set_lock_functions and gdk_threads_init functions are deprecated and calls should be made from the main thread. [1] https://developer.gnome.org/gdk3/stable/gdk3-Threads.html#gdk-threads-set-lock-functions
Created attachment 304612 [details] [review] Patch to address problem
Review of attachment 304612 [details] [review]: Committed with https://git.gnome.org/browse/java-atk-wrapper/commit/?id=3b9ec7fd1f6f78c59d0848d279dd30b493bd2a34
Created attachment 304613 [details] [review] Patch to address problem