Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/security/manager/ssl/nsIClientAuthRememberService.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIClientAuthRememberRecord",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* readonly attribute ACString asciiHost; */
Method {
name: "GetAsciiHost",
params: &[Param { name: "aAsciiHost", ty: "*mut ::nsstring::nsACString" }],
ret: "::nserror::nsresult",
},
/* readonly attribute ACString dbKey; */
Method {
name: "GetDbKey",
params: &[Param { name: "aDbKey", ty: "*mut ::nsstring::nsACString" }],
ret: "::nserror::nsresult",
},
/* readonly attribute ACString entryKey; */
Method {
name: "GetEntryKey",
params: &[Param { name: "aEntryKey", ty: "*mut ::nsstring::nsACString" }],
ret: "::nserror::nsresult",
},
]),
},
Interface {
name: "nsIClientAuthRememberService",
base: Some("nsISupports"),
sync: false,
methods: Err("native type const mozilla::OriginAttributes unsupported"),
},
]; D}