When I say "public" I mean "the symbols we intentionally expose that plugins 
are allowed to use and that we'll honor compatibility for", not "what the 
compiler/linker lets them get at". In a perfect world Geany's code would use 
more private implementation to make it also technically impossible for plugins 
to use, but it's not all written like that, and so we use Doxygen comments to 
indicate to plugin developers what is allowed (again, by convention, not 
compiler enforcement) can be used.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/commit/302b40e9778ff49407902f3ef9f272ed202f4547#commitcomment-15037381

Reply via email to