gtk-rs / gtk-rs-core

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

Rename IOErrorEnum to IOError #731

Open alatiera opened 1 year ago

alatiera commented 1 year ago

Also maybe we should rename this to IOError instead of IOErrorEnum... @bilelmoussaoui ?

_Originally posted by @sdroege in https://github.com/gtk-rs/gtk-rs-core/pull/717#discussion_r924342379_

sdroege commented 1 year ago

@alatiera Want to give it a try? I think this only needs 1-2 lines in Gir.toml

alatiera commented 1 year ago

From a quick look, its going to be a bit more involved than this. gir doesn't support renaming objects according to Bilal.

bilelmoussaoui commented 1 year ago

I will have a look at the gir side this weekend

bilelmoussaoui commented 1 year ago

Moving to 0.17 as this would require quiet a lot of changes from gir side

sdroege commented 1 year ago

I'll look at making this easy with the new gir that I'm slowly working on.