plugins: add geany_plugin_register_proxy() to the plugin API
commit6e5ca69e2e9ddbfc2cc44527a1aa5fca8db09167
authorThomas Martitz <kugel@rockbox.org>
Wed, 26 Aug 2015 21:58:25 +0000 (26 23:58 +0200)
committerThomas Martitz <kugel@rockbox.org>
Mon, 5 Oct 2015 20:11:12 +0000 (5 22:11 +0200)
tree5c1a91be5035fd1d4e89fa821c253100e757f9fb
parent3ccf959013edb6744ab58f6953a2b44dfb1abef3
plugins: add geany_plugin_register_proxy() to the plugin API

This function finally allows plugins to register themselves as a proxy
for one or more file extensions.

Lots of documentation is added to doc/plugins.dox, please refer to that for more
details.
doc/plugins.dox
src/plugindata.h
src/plugins.c