Yesterday I released Java-GI 0.14.1, and today I did all of the related busywork: updating the examples, the template app, and the documentation.

Most notable new feature in this release: When you define a GObject-derived class in Java with enum or flags getter/setter methods, Java-GI will automatically register a GType for the Java enums and create GObject properties for them.

Release notes: https://github.com/jwharm/java-gi/releases/tag/0.14.1

I'm really tempted to jump to version 1.0 next time...

#javagi

Release 0.14.1 · jwharm/java-gi

Java-GI 0.14.1 is a minor feature and bugfix release. Fixes #327: Fix double ref()-calls on callback arguments #328, #329: Fix generation of several unused Arena variables #330: Do not crash when ...

GitHub