Skip to content
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

Var user data parameter does not work for connect() makro #78

Open
StefanSalewski opened this issue Jun 12, 2020 · 0 comments
Open

Var user data parameter does not work for connect() makro #78

StefanSalewski opened this issue Jun 12, 2020 · 0 comments

Comments

@StefanSalewski
Copy link
Owner

Extending the existing mconnect() makro in gimpl.nim does not work currently due to

nim-lang/Nim#14605

So we can not really examine the user provided function to see if a var parameter is used.

What we could do is provide a macro with another name like varConnect() but that seems to be not very nice, as we have already connectAfter() and connectSwapped(). And var parameters are needed in few cases only, tests/simple of GTK4 may be a use case. But we can just use a ref or a global variable for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant