gtk-rs / gir

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

Use final annotation #1568

Closed A6GibKm closed 1 month ago

A6GibKm commented 1 month ago

If final="1" is set we skip the heuristic to determine whether a class is final.

Fixes: https://github.com/gtk-rs/gir/issues/1204