Skip to content

Update to build with latest glib

Link Mauve requested to merge linkmauve/helvum:fix-latest-glib into main

glib replaced its glib::object_subclass!() macro with a #[glib::object_subclass] attribute, to simplify a bunch of things.

See https://github.com/gtk-rs/gtk-rs/commit/fdc8459b39f692919bed586abda22793ab42f15f

Merge request reports