after working for months on ensuring gtk4 has nice and usable rust bindings i have spent today making sure docs are a bit better and still have few things to clean up before a release. Overall: I'm happy now.
Few days after I managed to get gi-docgen to work properly with the docs generated by gir, the rust utility to generate rust bindings for glib based libs and because I don't like half backed work, I fixed the broken doc links that were too magical before. They are not anymore. Most importantly, we now either don't link to an item(instead of a broken link) for whatever reasons or a properly working one.
so + to very nice gtk4 rust bindings, the docs should be in a very nice shape as well :)
and it's now live https://gtk-rs.org/gtk4-rs/git/docs/gtk4/index.html
thanks to Marjin for helping with this one. Enjoy :-)
@bilelmoussaoui Thanks for your work on gtk(4)-rs, it has gotten really nice! :)
@bilelmoussaoui this release will be amazing! 😊
@bilelmoussaoui You've done an amazing job at the GTK4 bindings! Thanks for filing—and fixing—the issues with the GTK documentation, as well.
@ebassi thanks a lot, it's been a great learning experience :)
Builder types, global functions, constants, statics are now automatically documented from introspection data! 🎉