Closed bilelmoussaoui closed 7 months ago
Shouldn't we simply ignore them in gir
directly if their deprecated version is before the minimum version and it is configured to remove deprecated things?
I agree with @sdroege's suggestion.
Shouldn't we simply ignore them in
gir
directly if their deprecated version is before the minimum version and it is configured to remove deprecated things?
Well, sometimes the object (for example Gtk.VScrollbar) is only mentioned as deprecated on the object doc
Well, sometimes the object (for example Gtk.VScrollbar) is only mentioned as deprecated on the object doc
Then we should probably add a configuration for allowing to mark it as deprecated manually (and to add the version). That would also allow us to generate more accurate bindings in general for these things.
Makes sense, I will keep this open until there's such an option on gir and update this one accordingly
I have been running
gir -c ./Gir.toml -d gir-files/ -m not_bound | grep "\[NOT GENERATED\]"
a lot today, tracking down missing stuff. This merge requests ignores every deprecated object before 3.14.