00001 #include "nsISupports.idl" 00002 #include "nsISimpleEnumerator.idl" 00003 #include "tmozIScanFormat.idl" 00004 00010 [scriptable, uuid(C1C6B126-20DA-4f19-844B-51329C56DC23) ] 00011 interface tmozIScanFormatManager 00012 : nsISupports 00013 { 00019 readonly attribute nsISimpleEnumerator formats; 00020 00026 tmozIScanFormat getByID(in long id); 00027 00033 tmozIScanFormat add(); 00034 00041 boolean edit(in tmozIScanFormat format); 00042 00047 void remove(in tmozIScanFormat format); 00048 };