Skip to content

Draft: Replace deprecated gdk_threads_init/enter/leave calls (#44)

Hunter Turcin requested to merge huntertur/xfburn:44-gdk-threads into master

Marked WIP until it is complete. Not only will this get rid of a bunch of compiler warnings, once all of the old calls are ripped out, the intermediary gdk_threads_add_idle can be replaced with g_idle_add, which will make a future port to GTK4 easier.

Merge request reports