Files
gtk/testsuite
Emmanuele Bassi 334acbfc39 Replace gdk_threads_add_idle* with g_idle_add()
The main GDK thread lock is not portable and deprecated.

The only reason why gdk_threads_add_idle() and
gdk_threads_add_idle_full() exist is to allow invoking a callback with
the GDK lock held, in case 3rd party libraries still use the deprecated
gdk_threads_enter()/gdk_threads_leave() API.

Since we're removing the GDK lock, and we're releasing a new major API,
such code cannot exist any more; this means we can use the GLib API for
installing idle callbacks.

https://bugzilla.gnome.org/show_bug.cgi?id=793124
2018-02-03 12:06:58 +01:00
..
2017-12-13 23:39:03 -05:00
2018-02-02 23:01:31 +01:00
2017-11-15 14:22:17 -05:00
2017-10-18 18:52:06 +02:00
2017-10-18 17:30:20 +02:00