Cross Platform Interface Description Language (XPIDL) is the interface definition language developed by Mozilla.org to specify XPCOM interfaces.
It is similar to the Object Management Group's CORBA IDL.
Mozilla provides a utility xpidl
that converts the IDL files into XPCOM Type Library (.xpt) files.
References
- ^ Nigel McFarlane (2004). Rapid application development with Mozilla. Prentice Hall. ISBN 0-13-142343-6.
- Proceedings: 10th IEEE International Conference on Engineering of Complex
External links
- Official website, developer.mozilla.org
- Adding XPIDL interface files to the build process, mozilla.org
- Creating XPCOM components with JavaScript, Phillip Perkins
This programming-language-related article is a stub. You can help Misplaced Pages by expanding it. |