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

Commits on Oct 11, 2023

  1. glib: Implement object class methods via a trait instead of directly …

    …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>`.
    sdroege committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6f16255 View commit details
    Browse the repository at this point in the history