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

Use final annotation #1568

Merged
merged 1 commit into from
Jun 1, 2024
Merged

Conversation

A6GibKm
Copy link
Contributor

@A6GibKm A6GibKm commented May 31, 2024

If final="1" is set we skip the heuristic to determine whether a class is final.

Fixes: #1204

If final="1" is set we skip the heuristic to determine whether a class
is final.

In post processing we can skip the heuristic when the final type is set
in the introscpection data and the config does not set final_type.

Fixes: gtk-rs#1204
@A6GibKm A6GibKm force-pushed the add-support-for-final-types branch from 20dc4e1 to 27318dd Compare May 31, 2024 13:59
@sdroege sdroege merged commit 8956bb1 into gtk-rs:master Jun 1, 2024
7 checks passed
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

Successfully merging this pull request may close these issues.

Make use of the new final flag
3 participants