get_plugin_list
Description:
public List<
Plugin>
get_plugin_list ()
Get a copy of all plugins registered in the given registry.
The refcount of each element in the list in incremented.
Parameters:
this |
the registry to search
|
Returns:
a List of Plugin. Use
list_free after usage.
MT safe.
|