[ CCode ( instance_pos = 1.9 ) ]
public delegate bool PluginFilter (Plugin plugin)
A function that can be used with e.
g. plugin_filter to get a list of plugins that match certain criteria.
| plugin |
the plugin to check |
| user_data |
the user_data that has been passed on e.g. plugin_filter |
|
true for a positive match, false otherwise |