Jan-Willem Harmannij

Results 22 comments of Jan-Willem Harmannij

I suppose a GIR file will become available in the next version of the GNOME Flatpak SDK.

Fixed in development branch with commit f2acb5b

Fixed in release 0.10.1

GstAppSink didn't change between version 1.24 and 1.26, so it's safe to take the newer version. But you have to be careful not to upgrade the other GStreamer gir files...

Appsink is a welcome addition for me too ([example](https://github.com/jwharm/java-gi-examples/blob/main/ScreenRecorder/src/main/java/io/github/jwharm/javagi/examples/screenrec/ScreenRecorder.java#L53-L62)).

Your proposed solution should work, but it will require large changes in a very complex part of the code generator. I'd really prefer not to go there... And I don't...

Can you provide a minimal reproducable testcase so I can investigate?

I'm able to reproduce the issue, but haven't found what is clogging the CodeHeap yet. I used `jcmd` to repeatedly dump the size and contents of the CodeHeap into a...

Thank you for your interest in java-gi and for the kind words! I know about the GTK website. And there's a [similar page](https://developer.gnome.org/documentation/introduction/languages.html) on the GNOME website. Personally I want...