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

glib: Implement object class methods via a trait instead of directly … #1203

Merged
merged 1 commit into from Oct 11, 2023

Conversation

sdroege
Copy link
Member

@sdroege sdroege commented Oct 11, 2023

…on Class<Object>

This makes them callable directly from more places and is more in sync with how such methods are implemented in other crates that can't directly implement methods on Class<T>.


I wonder if this breaks something!

…on `Class<Object>`

This makes them callable directly from more places and is more in sync
with how such methods are implemented in other crates that can't
directly implement methods on `Class<T>`.
@bilelmoussaoui bilelmoussaoui merged commit d1fdc2e into gtk-rs:master Oct 11, 2023
48 checks passed
@sdroege sdroege deleted the object-class-ext branch October 11, 2023 14:25
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