Valeri
Valeri
In progress now.
@cddepppp256 It was this way in old PDF manual. I don't think that it is too hard to keep it now this way.
Facing the same issue. Likely related: tree farm also does not return sand after replacing degraded humus. Thanks a lot for workaround with single-block peat farm, it works perfectly!
I think that it would be good to have it in both APIs, at very least for consistency. Not quite sure about type name conflicts - cglm already defines its...
I'm not quite sure if it's the cause of this issue, but it's worth noting that corresponding `quark` functions are appropriated by similarly named classes, e.g. [`Device.error_quark`](https://valadoc.org/gusb/GUsb.Device.error_quark.html).
That's plausible but would be pretty odd; `G_DEFINE_QUARK` is what official GLib docs recommend. It might have to do with header layout, although I'm not sure. As an aside, I'm...
All I do is replace `enum` with `errordomain` for affected domains. This is enough to get things working, although static `quark()` methods also, ideally, should be relocated there from classes...
I'm currently bundling a modified vapi file with my application, which is good enough to get it working; hopefully will look into a proper fix later.
@minggo Why still isn't merged?
You can add a bunch of defines to maintain deprecated name in public interface if backward compatibility is vital. Definitely go for the correct name IMO and maybe note on...