Re: [PATCH 3/8] plugins: add id_to_plugin_name

2023-03-09 Thread Alex Bennée
Andrew Fasano writes: > From: Elysia Witham > > Plugins will pass their unique id when creating callbacks to > ensure they are associated with the correct plugin. This > internal function resolves those ids to the declared names. > > Signed-off-by: Elysia Witham > Signed-off-by: Andrew Fasano

[PATCH 3/8] plugins: add id_to_plugin_name

2022-12-13 Thread Andrew Fasano
From: Elysia Witham Plugins will pass their unique id when creating callbacks to ensure they are associated with the correct plugin. This internal function resolves those ids to the declared names. Signed-off-by: Elysia Witham Signed-off-by: Andrew Fasano --- plugins/core.c | 12 +++