gtk-rs / gtk

DEPRECATED, use https://github.com/gtk-rs/gtk3-rs repository instead!
https://gtk-rs.org/
MIT License
1.24k stars 82 forks source link

Workaround for GtkWindow::set-focus parameter nullability #986

Closed misson20000 closed 4 years ago

misson20000 commented 4 years ago

Closes #985. Current master seems to be broken, but I tested this patch applied on the 0.8.1 tag and it worked there.

sdroege commented 4 years ago

Current master seems to be broken

Broken in what regard?

sdroege commented 4 years ago

Broken in what regard?

I assume you mean https://github.com/gtk-rs/gir/issues/901#issuecomment-612860781

misson20000 commented 4 years ago

Sorry, never got back to you on how master was broken. That does look like the issue I was having. I figured you probably already knew about something so blatantly broken on master.