New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken vala bindings (again) #289
Comments
|
I raised this issue to GObject Introspection and there is a lack of annotation for this. The current way of dealing with this is to use |
|
I can't remove the free function, as this would break the C API. |
|
As a mitigation you can add a metadata file for vala to tweak the generated vapi. |
|
That may be the best temporary fix... |
|
How would I have to change the Vala metadata to fix this for Vala? I would like to go this route for the next release (scheduled for Monday), and maybe find a more permanent solution later. |
due to b52858b
There was a lengthy discussion regarding those annotations, see #214 and #208
If python is actually iterating over the elements of a
GPtrArrayto free them then this is wrong. It should be advised to use the available GLib API.The text was updated successfully, but these errors were encountered: