That way, everyone benefits :-)
I've been considering doing this myself to get some functionality
back for my plugins since they fixed the symbols for linux.
> Sounds like reasonable usage, I think you can just open Geany pull request
> to make these public. To make a function public, you just need to:
>
> 1. Prefix the implementation with GEANY_API_SYMBOL.
> 2. Add some user-visible API documentation with a docstring (see other API
> functions in the code to have an idea how it should look)
> 3. Move the function declarations above GEANY_PRIVATE in the header.
>
> That's about it.
That would work on my computer, but not on Launchpad, or for anyone else.
For the moment I'll disable the project functions, that's ok.