Bug 468575 - Scrape some gunk off the config/ grout, r=ted
[wine-gecko.git] / intl / chardet / public / nsIDocumentCharsetInfo.idl
blobe1912ece7084762e1a0f3131a38c7294b69d2181
1 #include "nsISupports.idl"
2 #include "nsIAtom.idl"
4 // XXX doc me
5 // XXX mark the right params "const"
7 [scriptable, uuid(2d40b291-01e1-11d4-9d0e-0050040007b2)]
8 interface nsIDocumentCharsetInfo : nsISupports
10 attribute nsIAtom forcedCharset;
12 attribute boolean forcedDetector;
14 attribute nsIAtom parentCharset;
16 attribute PRInt32 parentCharsetSource;