find_plugin
Description:
Find the plugin with the given name in the registry.
The plugin will be reffed; caller is responsible for unreffing.
Parameters:
this |
the registry to search |
name |
the plugin name to find |
Returns:
the plugin with the given name or null if the plugin was not found. unref after usage. MT safe. |