00001 #include "nsISupports.idl" 00002 #include "tmozIViewObject.idl" 00003 00013 [scriptable, uuid(74471aa2-c50f-4096-b394-87a8fa631346)] 00014 interface tmozIExport: nsISupports 00015 { 00025 boolean configure(); 00026 00033 void add(in tmozIViewObject exportObj); 00034 00041 void export(); 00042 };