-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Support finish-func annotation #1570
Conversation
c1ec7d8
to
c16158e
Compare
Found this in the process https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4099. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me but we probably have to wait until that ---^--- bug is fixed and we imported that gir?
Right, at worst we could land this after #1571 and not regen gtk-rs-core until the new gir file lands. So we can test it in gtk4-rs/gstreamer-sr |
The commit mentions it fixes #1561 but it doesn't cover all the other annotations. Even if we don't have an actual use of them now, it would be nice to parse the data so we can find potential breakages in the GIR files |
Added a commit I had stashed to parse them, but atm we do nothing with them. |
Needs a rebase |
To get the correct name of the finish function if any. Fixes: gtk-rs#1561
rebased |
To get the correct name of the finish function if any.