00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 00009 [scriptable, uuid(0049984C-5C01-44d7-9B8A-5CBE188FF88D) ] 00010 interface tmozIInputPluginResult: nsISupports 00011 { 00023 boolean add(in AString fileName, in AString mimeType, in tmozIException tmozException); 00024 };