gtk-rs / gtk-rs-core

Rust bindings for GNOME libraries
https://gtk-rs.org/gtk-rs-core
MIT License
293 stars 115 forks source link

Make GenericValueTypeChecker use ValueType #612

Open bilelmoussaoui opened 2 years ago

bilelmoussaoui commented 2 years ago

Currently https://gtk-rs.org/gtk-rs-core/git/docs/glib/value/struct.GenericValueTypeChecker.html requires a StaticType implementation which is not always possible/available. I suppose we could probably stop requiring the StaticType as ValueType should be more than enough in general?

sdroege commented 2 years ago

What is this about exactly?

bilelmoussaoui commented 2 years ago

I forgot....

sdroege commented 2 years ago

Let's close this then, I guess :)

jf2048 commented 1 year ago

I think it was about this: https://github.com/gtk-rs/gtk4-rs/blob/5565c5b6bcff63eab06f5e386054631ba51752a5/gdk4/src/keys.rs#L4695