gtk-rs / gtk3-rs

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

Make Clipboard::request_image pixbuf an Option #621

Closed GuillaumeGomez closed 3 years ago

GuillaumeGomez commented 3 years ago

Fixes https://github.com/gtk-rs/gtk3-rs/issues/620.

sdroege commented 3 years ago

@bilelmoussaoui does this also apply to gtk4?

bilelmoussaoui commented 3 years ago

@bilelmoussaoui does this also apply to gtk4?

I don't think so, the API is slightly different and it does return a nullable texture already iirc

GuillaumeGomez commented 3 years ago

I opened https://github.com/gtk-rs/gir/issues/1209 to allow that.