-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Wrong generated signature for some Harfbuzz
functions
#53
Comments
I just updated my system and got this 🎁 from harfbuzz. |
The proper fix require a refactor to deal with the bad GIR info provided by HarfBuzz, since most people don't use HarfBuzz directly this "fix" is acceptable for now.
I did a lazy fix, i.e. I added an option to ignore functions in the lib declaration, the The lazy fix was to unblock people, and also because most of the people don't use HarfBuzz directly. It's not the first time a new HarfBuzz cause problems to binding generation, so I think this option can be useful in the future as well. |
BTW, I'll let the bug open, since the bug wasn't really fixed yet, but at least the code compiles :-) |
Hello, thank you for this useful project.
I've pulled the new
gtk4
version0.13.0
and tried to compilehelloworld
demo after updating the generated binding against local libraries, but compiler gave some errors in some of the generated functions inharfbuzz
library version4.4.1
likechanging all
Void
reference toVoid*
abolished the error.here are all functions
thanks
The text was updated successfully, but these errors were encountered: