pentamassiv / gtk4-layer-shell-gir

Unsafe bindings and a safe wrapper for gtk4-layer-shell, automatically generated from a .gir file
MIT License
21 stars 1 forks source link

Moved all functions to the new trait `LayerShell` #18

Closed pentamassiv closed 1 year ago

pentamassiv commented 1 year ago

In order to make it easier for this library to work with relm4 and have to code look rustier, I added a new trait called LayerShell. Checkout the simple-example to see how to use this library now. Only small changes will be needed and the code looks much better.