Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
Okay, so I figured out the issue and was able to fix it by changing the generator/src/main/kotlin/ch/bailu/gtk/Configuration.kt. |
Beta Was this translation helpful? Give feedback.
-
Yes the most common name should be in Configuration.kt Well known alternative names can also be added to https://github.com/bailuk/java-gtk/blob/stage/java-gtk/src/main/resources/jna/loader.properties It's also possible to add alternative library names during runtime: https://javadoc.jitpack.io/com/github/bailuk/java-gtk/0.5.0/javadoc/ch/bailu/gtk/lib/jna/Loader.html It is described here in Section "Trouble shoot" / "Alternative names": Of course its not windows specific. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So, I was able to generate bindings for Gtk4LayerShell using the .gir file found here: https://github.com/pentamassiv/gtk4-layer-shell-gir However, I am unable to use the bindings due to the following error:

If anyone is able to try and get Gtk4LayerShell working, that would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions