gtk-rs / gtk-rs-core

Rust bindings for GNOME libraries
https://gtk-rs.org/gtk-rs-core
MIT License
272 stars 105 forks source link

WIP: generate with fixed array params #1318

Closed bilelmoussaoui closed 4 months ago

bilelmoussaoui commented 4 months ago

Depends on https://github.com/gtk-rs/gir/pull/1551

Fixes https://github.com/gtk-rs/gtk-rs-core/issues/1257

bilelmoussaoui commented 4 months ago

Closing for now as it seems like gir doesn't handle zero-terminated arrays properly so everything works by luck so far.