Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/toolkit/components/alerts/nsIWindowsAlertsService.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIWindowsAlertNotification",
base: Some("nsIAlertNotification"),
sync: false,
methods: Ok(&[
/* attribute boolean handleActions; */
Method {
name: "GetHandleActions",
params: &[Param { name: "aHandleActions", ty: "*mut bool" }],
ret: "::nserror::nsresult",
},
Method {
name: "SetHandleActions",
params: &[Param { name: "aHandleActions", ty: "bool" }],
ret: "::nserror::nsresult",
},
/* attribute nsIWindowsAlertNotification_ImagePlacement imagePlacement; */
Method {
name: "GetImagePlacement",
params: &[Param { name: "aImagePlacement", ty: "*mut u8" }],
ret: "::nserror::nsresult",
},
Method {
name: "SetImagePlacement",
params: &[Param { name: "aImagePlacement", ty: " u8" }],
ret: "::nserror::nsresult",
},
]),
},
Interface {
name: "nsIWindowsAlertsService",
base: Some("nsIAlertsService"),
sync: false,
methods: Err("jscontext is unsupported"),
},
]; D}