gtk/demos
Emmanuele Bassi c655759cef Replace gdk_threads_add_timeout* with g_timeout_add()
The main GDK thread lock is not portable and deprecated.

The only reason why gdk_threads_add_timeout() and
gdk_threads_add_timeout_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 timeout callbacks.

https://bugzilla.gnome.org/show_bug.cgi?id=793124
2018-02-03 12:06:58 +01:00
..
gtk-demo Replace gdk_threads_add_timeout* with g_timeout_add() 2018-02-03 12:06:58 +01:00
icon-browser icon browser: Remove usage of stock-size property 2018-01-30 21:51:59 +01:00
widget-factory widget-factory: Fix some layout issues 2018-01-19 09:53:39 +01:00
meson.build meson: demos: update and sync up with Makefiles 2017-05-03 15:10:53 +01:00