gtk-rs / gtk3-rs

Rust bindings for GTK 3
https://gtk-rs.org
MIT License
508 stars 90 forks source link

gtk: Fix usage of pthread_main_np() return value #675

Closed sdroege closed 2 years ago

sdroege commented 2 years ago

It returns 1 in the case we care about (main thread) and 0 or -1 otherwise.