Thanks Matthew. I was wondering how to tell what was API. (Colomban can disregard that question in the other email).
On 05/29/2015 08:29 PM, Matthew Brush wrote:
Lessons learned:
- Messing with build system flags can affect API (and ABI for that
matter) without ever touching the code itself.
- Never use any function that isn't explicitly listed in Geany's
Doxygen documentation. Even if a function has no or incomplete documentation, if it shows up in the API reference docs (ie. has a /** or similar Doxyen comment), it's safe to use, otherwise it probably should be, or it's a bug.