gtk-rs / gtk-rs-core

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

glib-macros: Refactor parsing code of object_subclass/object_interface #1379

Closed felinira closed 2 months ago

felinira commented 2 months ago

Separates the parsing code from codegen, and unifies the parsing code to just one implementation.

This should make it easier to work on it in the future, in case we want to go that route.

sdroege commented 2 months ago

I guess let's get this in then. Can be improved later if needed :)