Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/netwerk/cookie/nsIThirdPartyCookieBlockingExceptionListService.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIThirdPartyCookieBlockingExceptionListService",
base: Some("nsISupports"),
sync: false,
methods: Err("special type promise unsupported"),
},
Interface {
name: "nsIThirdPartyCookieExceptionEntry",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* readonly attribute ACString firstPartySite; */
Method {
name: "GetFirstPartySite",
params: &[Param { name: "aFirstPartySite", ty: "*mut ::nsstring::nsACString" }],
ret: "::nserror::nsresult",
},
/* readonly attribute ACString thirdPartySite; */
Method {
name: "GetThirdPartySite",
params: &[Param { name: "aThirdPartySite", ty: "*mut ::nsstring::nsACString" }],
ret: "::nserror::nsresult",
},
/* ACString serialize (); */
Method {
name: "Serialize",
params: &[Param { name: "_retval", ty: "*mut ::nsstring::nsACString" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}