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

[FEATURE REQUEST] Make connects to SignalGroups more reliable with Properties macro #1234

Open
sophie-h opened this issue Nov 29, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@sophie-h
Copy link
Contributor

Despite using the Properties macro I still need .connect_closure("notify::x" for SignalGroups. It would be nice to make this a bit more robust to refactoring. The simplest way would be to add an Obj::PROPERTY_X_NAME constant generated by the Properties macro.

But it could also be more advanced like Obj::foreign_connect_x_notify(signal_group, |x| ...)

@sophie-h sophie-h added the enhancement New feature or request label Nov 29, 2023
@bilelmoussaoui
Copy link
Member

see also #1094

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

No branches or pull requests

2 participants