Antoine Junod wrote: > Yes. But that's using a plane to go to the rest-rooms. I only want to > write an interface for a (javascript) function that takes an array of > integer as argument, which array can be used as a javascript array in > the js code.
You can do that using the [array] stuff in IDL to have an actual array of longs. Of course then things suck on the caller (C++) side, where you will have to allocate a PRInt32[] of the right size. -Boris _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
