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

codegen: Avoid double alias on badly annotated fn #1572

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

A6GibKm
Copy link
Contributor

@A6GibKm A6GibKm commented Jun 2, 2024

If both the setter and getter for a property have the same annotation we would add the same alias twice.

e.g. get_property or org.gtk.get_property set on the setter, the we would add the doc alias twice.

Verified

This commit was signed with the committer’s verified signature.
A6GibKm Maximiliano
If both the setter and getter for a property have the same annotation we
would add the same alias twice.

e.g. get_property or org.gtk.get_property set on the setter, the we
would add the doc alias twice.
@bilelmoussaoui bilelmoussaoui merged commit 4ba6dc1 into gtk-rs:master Jun 2, 2024
5 of 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.

None yet

2 participants