gtk2/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
..
a11y Replace gdk_threads_add_idle* with g_idle_add() 2018-02-03 12:06:58 +01:00
css css node tests: Update expected output 2017-12-08 21:09:03 +01:00
gdk Drop gdk_atom_intern 2017-12-13 23:39:03 -05:00
gsk gl: Add test case for clipped cross fade nodes 2018-01-27 12:19:22 +01:00
gtk gtk: Remove GtkRecentChooser 2018-02-02 23:01:31 +01:00
reftests enums: Change GtkIconSize values 2017-11-15 14:22:17 -05:00
tools Fix tools test 2017-10-18 18:52:06 +02:00
meson.build Fix test environments 2017-10-18 17:30:20 +02:00