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

Objects are not marked as deprecated #1422

Open euclio opened 1 year ago

euclio commented 1 year ago

MessageDialog is slated to be deprecated in GTK 4.10. In the Rust bindings, its functions are marked as deprecated (cfg'd behind v4_10), but the object struct is not.