00001 #include "nsISupports.idl" 00002 #include "nsISimpleEnumerator.idl" 00003 #include "tmozIException.idl" 00004 00010 [scriptable, uuid(76efea62-77e6-4de5-a2a8-ffba80714775) ] 00011 interface tmozIMimeType: nsISupports 00012 { 00018 readonly attribute AString name; 00019 00025 readonly attribute boolean nativeSupport; 00026 00033 readonly attribute nsISimpleEnumerator extensions; 00034 };