Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/toolkit/components/windowwatcher/nsIOpenWindowInfo.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIBrowsingContextReadyCallback",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void browsingContextReady (in BrowsingContext bc); */
Method {
name: "BrowsingContextReady",
params: &[Param { name: "bc", ty: "*const libc::c_void" }],
ret: "::nserror::nsresult",
},
]),
},
Interface {
name: "nsIOpenWindowInfo",
base: Some("nsISupports"),
sync: false,
methods: Err("nostdcall is unsupported"),
},
]; D}