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] Add manual connect_notify_local method to glib::SignalGroup #1021

Closed
melix99 opened this issue Feb 21, 2023 · 2 comments · Fixed by #1027
Closed

[FEATURE REQUEST] Add manual connect_notify_local method to glib::SignalGroup #1021

melix99 opened this issue Feb 21, 2023 · 2 comments · Fixed by #1027
Labels
enhancement New feature or request glib

Comments

@melix99
Copy link
Contributor

melix99 commented Feb 21, 2023

Currently to listen to notify signals of the properties of the target object of a glib::SignalGroup, we are forced to use the regular connect_local, which is a bit annoying. It would be cool to have a connect_notify_local to make things simpler to use.

@melix99 melix99 added the enhancement New feature or request label Feb 21, 2023
@melix99
Copy link
Contributor Author

melix99 commented Feb 21, 2023

More info here: paper-plane-developers/paper-plane#462 (comment)

@sdroege
Copy link
Member

sdroege commented Feb 22, 2023

Do you want to provide a PR for this?

melix99 added a commit to melix99/gtk-rs-core that referenced this issue Feb 22, 2023
melix99 added a commit to melix99/gtk-rs-core that referenced this issue Feb 22, 2023
melix99 added a commit to melix99/gtk-rs-core that referenced this issue Feb 23, 2023
melix99 added a commit to melix99/gtk-rs-core that referenced this issue Feb 23, 2023
melix99 added a commit to melix99/gtk-rs-core that referenced this issue Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request glib
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants