FilterFunc
Description:
public delegate bool FilterFunc (
void* obj)
Function prototype for a filter callback that can be use in filter_run.
The function should apply its filtering to obj. Additional data passed to
filter_run are in data.
Parameters:
| obj |
the object |
| user_data |
filter data |
Returns: