On Wed, 29 Dec 2021 21:40:56 -0800 Andy Tai <[email protected]> wrote: > Curious if this covers all the common GNOME APIs on GNOME 3? > > Also is there plan to cover gtk 4?
guile-gi should work with any library that has a gobject-introspection typelib installed, including gtk4 if you have that one installed. The examples directory in the git repository gives you examples of how to do it.
