Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/security/sandbox/common/mozISandboxSettings.idl
//
{static D: &[Interface] = &[
Interface {
name: "mozISandboxSettings",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* readonly attribute long effectiveContentSandboxLevel; */
Method {
name: "GetEffectiveContentSandboxLevel",
params: &[Param { name: "aEffectiveContentSandboxLevel", ty: "*mut i32" }],
ret: "::nserror::nsresult",
},
/* readonly attribute long contentWin32kLockdownState; */
Method {
name: "GetContentWin32kLockdownState",
params: &[Param { name: "aContentWin32kLockdownState", ty: "*mut i32" }],
ret: "::nserror::nsresult",
},
/* readonly attribute AString contentWin32kLockdownStateString; */
Method {
name: "GetContentWin32kLockdownStateString",
params: &[Param { name: "aContentWin32kLockdownStateString", ty: "*mut ::nsstring::nsAString" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}