@codebrainz good point. Meaningless deprecation hiding is now implemented in 409fe1a in this PR, please give it a look :)
I fixed a few things, and remove used some internal uses of the deprecated APIs.
However, some sciwrappers things are either hard-ish to get rid of, or worth to keep in some specific situations (at least some implementations). I'm not certain what to do, but probably keep them internally and simply deprecate the API part.
How to do that then? only mark with G_GNUC_DEPRECATED
when not building Geany? introduce alias names not part of the API for internal use?
—
Reply to this email directly or view it on GitHub.