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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.