gtk-rs / sys

DEPRECATED, each crate has its own sys folder now.
http://gtk-rs.org/
MIT License
31 stars 25 forks source link

Add correct versions for get_type functions #171

Closed sdroege closed 4 years ago

sdroege commented 4 years ago

See individual commits. I'll go through the other libraries later, this is only pango so far.

sdroege commented 4 years ago

CC @EPashkin @GuillaumeGomez

sdroege commented 4 years ago

And some more (glib/gio/pango done). There are quite a lot of such cases... I wonder why nobody noticed before.

sdroege commented 4 years ago

Also as a result of this we need to fix the non-sys bindings with the same configurations too, but they all need to be regenerated anyway. I'll take care of that.

sdroege commented 4 years ago

@EPashkin @GuillaumeGomez This is ready for review and merging now. Once it's in I will create PRs for all the affected modules.

sdroege commented 4 years ago

This needs another look at before merging.

EPashkin commented 4 years ago

@sdroege LGFM, Especially gdx11 minimum version

sdroege commented 4 years ago

Thanks for checking, but please don't merge yet. I want to do another check here first and also make sure I have local branches for all the other repositories ready :)