Cross Platform Interface Description Language (XPIDL) is the interface definition language developed by Mozilla.org to specify XPCOM interfaces.12
It is similar to the Object Management Group's CORBA IDL.1
Mozilla provides a utility xpidl that converts the IDL files into XPCOM Type Library (.xpt) files.
References
References
External links
External links
- Official website, developer.mozilla.org
- Adding XPIDL interface files to the build process, mozilla.org
- Creating XPCOM components with JavaScript Archived 2010-06-13 at the Wayback Machine, Phillip Perkins