gtk-rs / gtk-rs-core

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

glib-macros: Fix unit return in `closure!()` macro #1438

Closed sdroege closed 3 months ago

sdroege commented 3 months ago

Wrapping through IntoClosureReturnValue is needed in this case.