gtk-rs / gir

Tool to generate rust bindings and user API for glib-based libraries
https://gtk-rs.org/gir/book/
MIT License
230 stars 102 forks source link

codegen: Generate HasParamSpec for enums/flags #1436

Closed bilelmoussaoui closed 1 year ago

bilelmoussaoui commented 1 year ago

Needed for the properties macro https://github.com/gtk-rs/gtk-rs-core/pull/494

bilelmoussaoui commented 1 year ago

The CI failing is ok, the trait is part of the gtk-rs-core PR. Let us land this so we can land the gtk-rs-core part