lookup
Description:
public Plugin?
lookup (
string filename)
Look up a plugin in the given registry with the given filename.
If found, plugin is reffed.
Parameters:
| this |
the registry to look up in
|
| filename |
the name of the file to look up
|
Returns:
|
the Plugin if found, or null if not.
unref after usage.
|