pentamassiv / gtk4-layer-shell-gir

Unsafe bindings and a safe wrapper for gtk4-layer-shell, automatically generated from a .gir file
MIT License
21 stars 1 forks source link

gtk4-layer-shell-sys: Run gir without warnings #3

Closed pentamassiv closed 1 year ago

pentamassiv commented 1 year ago

Running gir -o . returns:

[WARN  libgir::parser] <boxed name=Some("TreeRowData")>

Fix the warning and the workaround in the CI to ignore one error

pentamassiv commented 1 year ago

I created a ticket at the gir repo because I don't know what causes the warning: https://github.com/gtk-rs/gir/issues/1456

pentamassiv commented 1 year ago

The warning should be gone now as of https://github.com/gtk-rs/gir/pull/1460

pentamassiv commented 1 year ago

I confirmed it's gone