Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/netwerk/cookie/nsICookieValidation.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsICookieValidation",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* readonly attribute nsICookieValidation_ValidationError result; */
Method {
name: "GetResult",
params: &[Param { name: "aResult", ty: "*mut u32" }],
ret: "::nserror::nsresult",
},
/* readonly attribute AString errorString; */
Method {
name: "GetErrorString",
params: &[Param { name: "aErrorString", ty: "*mut ::nsstring::nsAString" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}