register_source
Description:
[ Version ( since = "0.2.0" ) ]
public bool register_source (Plugin plugin, owned Source source) throws Error
public bool register_source (Plugin plugin, owned Source source) throws Error
Register a source in the this with the given plugin information
Parameters:
| this |
the registry instance |
| plugin |
the plugin which owns the source |
| source |
the source to register |
Returns:
|
true if success, false% otherwise. |