Closed sdroege closed 4 years ago
As such, they are most likely not of type TreeSortable. The only thing we know about them is that they are some kind of TreeModel, so use that type instead of panicking.
Also use from_glib_borrow() in the trampolines.
Fixes https://github.com/gtk-rs/gtk/issues/960
CC @BenjaminRi @EPashkin @GuillaumeGomez
@GuillaumeGomez Green CI (even macos passed this time, suspicious!)
Well, dark magic isn't always bad. :3
As such, they are most likely not of type TreeSortable. The only thing we know about them is that they are some kind of TreeModel, so use that type instead of panicking.
Also use from_glib_borrow() in the trampolines.
Fixes https://github.com/gtk-rs/gtk/issues/960
CC @BenjaminRi @EPashkin @GuillaumeGomez