Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/widget/nsISystemStatusBar.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsISystemStatusBar",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void addItem (in Element aMenuElement); */
Method {
name: "AddItem",
params: &[Param { name: "aMenuElement", ty: "*const libc::c_void" }],
ret: "::nserror::nsresult",
},
/* void removeItem (in Element aMenuElement); */
Method {
name: "RemoveItem",
params: &[Param { name: "aMenuElement", ty: "*const libc::c_void" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}