> OK, so does that mean that if both plugins are activated in the Plugin > Manager and stay activated in the Plugin Manager, that a plugin can have > access to the functions of the other plugin?
I don't think so, plugins are shared objects, but are loaded `G_MODULE_BIND_LOCAL` which means their symbols are not available to other shared objects, ie other plugins, so the name of the function won't be found. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/3431#discussioncomment-5358117 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/3431/comments/[email protected]>
