00001 #include "nsISupports.idl" 00002 #include "nsISimpleEnumerator.idl" 00003 #include "tmozIException.idl" 00004 #include "tmozIMimeType.idl" 00005 00016 [scriptable, uuid(c1a96ebe-7aec-48ac-9b74-145d8505b90b) ] 00017 interface tmozIMimeBase: nsISupports 00018 { 00025 readonly attribute nsISimpleEnumerator mimeTypes; 00026 00032 tmozIMimeType get(in AString mimeType); 00033 00039 tmozIMimeType getMimeTypeByExt(in AString path); 00040 };