-
Notifications
You must be signed in to change notification settings - Fork 29
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
record parameter with direction != in not yet supported. #1120
Comments
I did something. but now the internal function is not generated. I have no idea where that one is.
|
Hi, thanks for stopping by and the offer to contribute. I would be very grateful for any contribution from your side. Unfortunately I can't give you very specific advice as I would need to analyze the problem myself which is actually as time consuming as writing the code myself. But I can offer you guidance to find your way around the codebase and implement the bits you are missing. As a start you need to be familiar with the generated code around the class you want to improve. Be aware of the Then you need to find a technical solution how you want to bind the method you are missing. You can implement this manually as a proof of concept on your local machine. If you got this working I would like to see the code you want to generate. Then we can take the next step and see how to make the generator create the code you want. You are welcome to step by in the matrix channel (see readme) for adhoc communication. |
I'm getting a bunch of these warnings when generating code. Is there any way for me or you to fix the issue? Even manually for the couple functions that I need will be really helpful. I don't know where to start and what to modify. point me in the right direction and I'll do it.
What brought me here is that I can't initialize ListStores and a whole lot of treemodel code that I converted from gtk 3 stopped working which I removed thinking it's no longer supported in gtk 4.
The text was updated successfully, but these errors were encountered: