Skip to content

Fake GTK4 APIs where possible

Florian Müllner requested to merge fmuellner/polari:gtk4-prep into main

We have now adjusted to GTK4 changes as much as is possible with GTK3.

It is time to start moving to GTK4. In order to do that as gradually as possible, add a small polyfill that mimicks various GTK4 API changes while still using GTK3 underneath.

There will be a big "port to GTK4" commit eventually, but try to keep that as small as possible.

Merge request reports