BAsh wrote:
I then pass this javascript object to my component:myc++Component.method(new MyObject()); What would my in parameter be?
Whatever it's declared in your IDL. ;)Generally whatever nsI**** interface has a method called myFunc on it, if you want to actually be able to call the function.
-Boris _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
