gtk-rs / gtk-rs-core

Rust bindings for GNOME libraries
https://gtk-rs.org/gtk-rs-core
MIT License
272 stars 104 forks source link

glib::wrapper: Add docs for impls generated by the wrapper macro #1369

Closed felinira closed 2 months ago

felinira commented 2 months ago

Annotate the generated impls and types with doc comments. This makes it clear which types are copy-on-clone and which types are reference counted without looking at the source.