carb::FindPluginsOnMatchedFn
Defined in carb/FindPlugins.h
-
using carb::FindPluginsOnMatchedFn = void(const char *canonical, bool reloadable, void *context)
Callback that is called when a candidate plugin file is located.
- Param canonical
The canonical name of the file.
- Param reloadable
Indicates that the filename matches a pattern in FindPluginsArgs::reloadableFileWildcards.
- Param context
The
onMatchedContext
from FindPluginsArgs.