Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/netwerk/protocol/http/nsIHttpAuthCache.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIHttpAuthCache",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* Array<nsIHttpAuthEntry> getEntries (); */
Method {
name: "GetEntries",
params: &[Param { name: "_retval", ty: "*mut thin_vec::ThinVec<Option<RefPtr<nsIHttpAuthEntry>>>" }],
ret: "::nserror::nsresult",
},
/* void clearEntry (in nsIHttpAuthEntry entry); */
Method {
name: "ClearEntry",
params: &[Param { name: "entry", ty: "*const nsIHttpAuthEntry" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}