00001 #include "nsISupports.idl" 00002 #include "tmozIException.idl" 00003 #include "tmozIScanBatchExportResponse.idl" 00004 00013 [scriptable, uuid(e75d91d2-bc38-43a8-a0b2-9229d21457f2) ] 00014 interface tmozIScanBatchExport: nsISupports 00015 { 00021 readonly attribute AString menuName; 00022 00032 void export(in AString aPath, in tmozIScanBatchExportResponse aResponse); 00033 };