[Geany-devel] ANN: GeanyFunctions split out of GeanyData

Nick Treleaven nick.treleaven at xxxxx
Mon May 19 12:59:02 UTC 2008


Hi all,
The function fields of the main API data struct GeanyData have now been
split into GeanyFunctions, so we can append new data fields without
breaking the ABI.

For plugins using pluginmacros.h, it should be quite simple to support
this change, probably just adding:

GeanyFunctions *geany_functions;

Also the p_encoding macro was renamed to p_encodings (but there's a
deprecated alias macro for this).

For details, see:
http://geany.svn.sourceforge.net/geany/?rev=2599&view=rev

Regards,
Nick



More information about the Devel mailing list