 |
|
 |
|
IDL Author's Guide
This document describes rules and
syntax, and conventions and best
practices (not currently written) for describing XPCOM interfaces in XPIDL. XPIDL is
currently used to generate XPCOM headers and typelib files, and may someday
be used for generation of documentation and other interface data
as well.
Rules and Syntax
XPIDL is based closely on OMG IDL, with some XPCOM-specific
extensions. The section documents the complete XPIDL syntax,
as well as information on the C++ header constructs produced
for each syntactic element.
Best Practices
In order to write interfaces that are scriptable and both XPConnect and XPCOM-friendly, there are
some additional conventions to consider.
Keywords
List of all keywords, their purpose, and examples.
Changelog
- 27 Aug, 1999 - mang - finished Rules and Syntax, added
Best Practices and Keywords
Mike Shaver and
Mike Ang
Last modified: Fri Aug 27 19:38:38 PDT 1999
|
|
 |