-
Notifications
You must be signed in to change notification settings - Fork 3
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
Incompatible with gobject 2.62.4 #16
Comments
Strangely I can see those constants are defined in However I cannot find any documentation for the constants. So I have blacklisted them from the generation. 33e954c Can you give branch |
This gets me a bit further:
|
What go build/run command are you running when this happens? Does the example in the readme work? |
// #cgo pkg-config: gobject-2.0
import "C" Which should result in use of I'm quite puzzled by |
I was trying |
I've got a handle on this now. A function (for example I'm generating the function as though it's available in all versions of gio. But it's implicitly new in 2.24. I'll look in to fixing the generation code to take this in to account. |
Thanks, let me know and I'll give it a shot when the time comes. |
The text was updated successfully, but these errors were encountered: