00001 #include "nsISupports.idl" 00002 #include "nsIPropertyBag.idl" 00003 #include "tmozIUserSettingsPage.idl" 00004 #include "tmozIScanExportService.idl" 00005 00011 [scriptable, uuid(C4AEBDC5-65FB-428c-91A8-435D2D9EEBFF) ] 00012 interface tmozIScanExportSettingsPage 00013 : tmozIUserSettingsPage 00014 { 00020 readonly attribute nsISimpleEnumerator services; 00021 00031 tmozIScanExportService addService(in AString serviceType, in nsIPropertyBag bag); 00032 00037 void removeService(in tmozIScanExportService service); 00038 00039 };