00001 #include "nsISupports.idl" 00002 #include "tmozIWindow.idl" 00003 00004 00012 [scriptable, uuid(8B317F1D-208E-486a-8164-4715C420A835) ] 00013 interface tmozIScanInterpret: nsISupports 00014 { 00022 readonly attribute AString name; 00023 00029 void editValues(in tmozIWindow pParent); 00030 };