Tobias Trelle wrote:
>
> Will it be like having methods
>
> registerComponent(<CID>);
> registerInterface(<IID>);
>
> or more like an equivalent of
>
> navigator.plugin.refresh();
>
> which refreshes all plug-ins resp. all components
> implementing nsIPlugin?
Probably both, one form that registers all components (like the plugin call)
and a form where you can pass in a specific component filename. Valid
components have a RegisterSelf() routine which knows all of the CID's
supported by the component. IID's are not registered, they are known by the
components themselves once you have instantiated one and attempt to QI.
-Dan Veditz