gtk-rs / gtk3-rs

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

Use trust_return_value_nullability after making sure it doesn't cause regressions #163

Open sdroege opened 3 years ago

sdroege commented 3 years ago

CC @bilelmoussaoui @GuillaumeGomez @sophie-h

MarijnS95 commented 3 years ago

https://github.com/gtk-rs/gir/pull/991 Modifies the current assumption about all to_string functions never returning null, that should be revisited when nullability can be trusted in both gtk and gstreamer.

sdroege commented 1 year ago

Moved the gtk-rs-core ones to https://github.com/gtk-rs/gtk-rs-core/issues/789

GuillaumeGomez commented 1 year ago

Atk is waiting for https://gitlab.gnome.org/GNOME/atk/-/merge_requests/52. The others are waiting for https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/5120.