alex wrote:
If I find an idl file which declairs an interface I'm interesting, how can I konw which component supports it?
There might be multiple components supporting it, and anyone could write such a component any time they feel like...
If you mean "how do I get my hands on an instance of this", that comes from searching the source code for uses of that interface or reading documentation (if any) for various components.
-Boris _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
