Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/netwerk/base/nsIIOService.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIIOService",
base: Some("nsISupports"),
sync: false,
methods: Err("native type const mozilla::Maybe<mozilla::dom::ClientInfo> unsupported"),
},
Interface {
name: "nsIIOServiceInternal",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void SetConnectivity (in boolean connectivity); */
Method {
name: "SetConnectivity",
params: &[Param { name: "connectivity", ty: "bool" }],
ret: "::nserror::nsresult",
},
/* void NotifyWakeup (); */
Method {
name: "NotifyWakeup",
params: &[],
ret: "::nserror::nsresult",
},
]),
},
]; D}