Skip to content

Can plugins have access to functions of other plugins? #3431

Closed Answered by elextr
ralf3u asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@ralf3u
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ralf3u
Comment options

You must be logged in to vote
2 replies
@ralf3u
Comment options

@elextr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants