Open bilelmoussaoui opened 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?
What is this about exactly?
I forgot....
Let's close this then, I guess :)
I think it was about this: https://github.com/gtk-rs/gtk4-rs/blob/5565c5b6bcff63eab06f5e386054631ba51752a5/gdk4/src/keys.rs#L4695
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?