plugins: enforce geany_plugin_register_proxy() can be called once
commit6cb443e8631681c7b74ccef25c7656bdbc9f9305
authorThomas Martitz <kugel@rockbox.org>
Sat, 3 Oct 2015 22:04:57 +0000 (4 00:04 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Tue, 6 Oct 2015 13:40:57 +0000 (6 15:40 +0200)
treebfe59ab0503143346c824587aef60d73121ad69a
parent6dfe5ce9420c3674e2e779339e72ce5d79ae70b9
plugins: enforce geany_plugin_register_proxy() can be called once

In the future we might want to enable calling it again to set new supported
plugin types/extensions. This is not implemented yet, but in order to
allow this in the future we have to prevent it now, otherwise we'd
need to break the API.
src/plugins.c