[Geany-Users] Geany markdown plugin

Matthew Brush mbrush at xxxxx
Thu Mar 29 01:36:03 UTC 2018


On 2018-03-28 06:30 PM, Lex Trotman wrote:
> On 29 March 2018 at 11:28, Matthew Brush <mbrush at codebrainz.ca> wrote:
>> On 2018-03-28 06:21 PM, Lex Trotman wrote:
>>>
> 
>> I guess the plugins linking to the util library
>> need to bump their API/ABI versions instead.
> 
> Thats what I meant yeah.
> 

Or provide a helper macro/function in the util lib to check for the 
highest of version that the plugin or the lib needs, to make it more 
automatic.

Like:

#define GEANY_UTILS_REGISTER(p, version) \
   GEANY_PLUGIN_REGISTER(p, MAX(version, UTILS_LIB_VERSION))

Or something like that.

Regards,
Matthew Brush


More information about the Users mailing list