Re: [PATCH 4/8] plugins: add core API functions for QPP callbacks

2023-03-09 Thread Alex Bennée
Andrew Fasano writes: > From: Elysia Witham > > Plugin callbacks and their registered functions are stored in a > separate struct which is accessible from the plugin's ctx. > In order for plugins to use another plugin's callbacks, we have > internal functions that resolve a plugin's name to it

[PATCH 4/8] plugins: add core API functions for QPP callbacks

2022-12-13 Thread Andrew Fasano
From: Elysia Witham Plugin callbacks and their registered functions are stored in a separate struct which is accessible from the plugin's ctx. In order for plugins to use another plugin's callbacks, we have internal functions that resolve a plugin's name to its ctx and find a target plugin. Sign