Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/dom/interfaces/xul/nsIDOMXULControlElement.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIDOMXULControlElement",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* attribute boolean disabled; */
Method {
name: "GetDisabled",
params: &[Param { name: "aDisabled", ty: "*mut bool" }],
ret: "::nserror::nsresult",
},
Method {
name: "SetDisabled",
params: &[Param { name: "aDisabled", ty: "bool" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}