Replies: 3 comments
0 replies
|
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. |
0 replies
|
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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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.
All reactions