PLUG_CB_FILTERSYMBOLΒΆ

Called before a symbol is emitted to the automatic labels. Set retval to false if you want to filter the symbol.

struct PLUG_CB_FILTERSYMBOL
{
    const char* symbol;
    bool retval;
};