[Geany-devel] Plugin API change: GeanyKeyGroup fields now hidden

Nick Treleaven nick.treleaven at xxxxx
Fri Aug 28 17:09:32 UTC 2009


Hi all,
Just to let you know that plugins can no longer access the fields of
GeanyKeyGroup. This is so we can append fields to GeanyKeyBinding and
GeanyKeyGroup without breaking the ABI.

This shouldn't affect plugins that use the PLUGIN_KEY_GROUP() macro and
the keybindings_set_item() function.

For dynamically added keybindings plugins can now call
plugin_set_key_group() - see the docs and/or the Lua Script plugin's
latest SVN for an example.

Regards,
Nick



More information about the Devel mailing list