After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 750417 - Deprecated gtk thread functions
Deprecated gtk thread functions
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: java-atk-wrapper maintainer(s)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-06-04 20:22 UTC by Magdalen Berns (irc magpie)
Modified: 2015-06-04 20:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to address problem (1.84 KB, patch)
2015-06-04 20:25 UTC, Magdalen Berns (irc magpie)
committed Details | Review
Patch to address problem (5.53 KB, patch)
2015-06-04 20:49 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-06-04 20:22: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
Comment 1 Magdalen Berns (irc magpie) 2015-06-04 20:25:32 UTC
Created attachment 304612 [details] [review]
Patch to address problem
Comment 3 Magdalen Berns (irc magpie) 2015-06-04 20:49:07 UTC
Created attachment 304613 [details] [review]
Patch to address problem