Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/dom/ipc/nsIDOMProcessParent.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIDOMProcessParent",
base: Some("nsISupports"),
sync: false,
methods: Err("jscontext is unsupported"),
},
Interface {
name: "nsIContentParentKeepAlive",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* readonly attribute nsIDOMProcessParent domProcess; */
Method {
name: "GetDomProcess",
params: &[Param { name: "aDomProcess", ty: "*mut *const nsIDOMProcessParent" }],
ret: "::nserror::nsresult",
},
/* void invalidateKeepAlive (); */
Method {
name: "InvalidateKeepAlive",
params: &[],
ret: "::nserror::nsresult",
},
]),
},
]; D}