Re: [RFC 3/4] tcg/plugins: Support for inter-plugin interactions

2022-09-26 Thread Andrew S. Fasano
> Andrew Fasano writes: > > > Expand tcg-plugin system to allow for plugins to export functions > > and callbacks that can be used by other plugins. Exported functions > > can be called at runtime by other loaded plugins. Loaded plugins > > can register functions with exported callbacks and have

Re: [RFC 3/4] tcg/plugins: Support for inter-plugin interactions

2022-09-21 Thread Alex Bennée
Andrew Fasano writes: > Expand tcg-plugin system to allow for plugins to export functions > and callbacks that can be used by other plugins. Exported functions > can be called at runtime by other loaded plugins. Loaded plugins > can register functions with exported callbacks and have these >

[RFC 3/4] tcg/plugins: Support for inter-plugin interactions

2022-09-01 Thread Andrew Fasano
Expand tcg-plugin system to allow for plugins to export functions and callbacks that can be used by other plugins. Exported functions can be called at runtime by other loaded plugins. Loaded plugins can register functions with exported callbacks and have these functions run whenever the callback