gtk3-rs icon indicating copy to clipboard operation
gtk3-rs copied to clipboard

Use trust_return_value_nullability after making sure it doesn't cause regressions

Open sdroege opened this issue 3 years ago • 3 comments

  • [ ] atk
  • [ ] gdk
  • [ ] gdkx11
  • [ ] gtk

CC @bilelmoussaoui @GuillaumeGomez @sophie-h

sdroege avatar Nov 21 '20 15:11 sdroege

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.

MarijnS95 avatar Dec 05 '20 22:12 MarijnS95

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

sdroege avatar Oct 11 '22 08:10 sdroege

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.

GuillaumeGomez avatar Oct 15 '22 13:10 GuillaumeGomez