Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/toolkit/components/url-classifier/nsIUrlClassifierRemoteSettingsService.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIUrlClassifierRemoteSettingsService",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void fetchList (in ACString aPayload, in nsIStreamListener aListener); */
Method {
name: "FetchList",
params: &[Param { name: "aPayload", ty: "*const ::nsstring::nsACString" }, Param { name: "aListener", ty: "*const nsIStreamListener" }],
ret: "::nserror::nsresult",
},
/* void clear (); */
Method {
name: "Clear",
params: &[],
ret: "::nserror::nsresult",
},
]),
},
]; D}