Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/xpfe/appshell/nsIXULBrowserWindow.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIXULBrowserWindow",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void setOverLink (in AString link); */
Method {
name: "SetOverLink",
params: &[Param { name: "link", ty: "*const ::nsstring::nsAString" }],
ret: "::nserror::nsresult",
},
/* void showTooltip (in long x, in long y, in AString tooltip, in AString direction, in Element browser); */
Method {
name: "ShowTooltip",
params: &[Param { name: "x", ty: "i32" }, Param { name: "y", ty: "i32" }, Param { name: "tooltip", ty: "*const ::nsstring::nsAString" }, Param { name: "direction", ty: "*const ::nsstring::nsAString" }, Param { name: "browser", ty: "*const libc::c_void" }],
ret: "::nserror::nsresult",
},
/* void hideTooltip (); */
Method {
name: "HideTooltip",
params: &[],
ret: "::nserror::nsresult",
},
]),
},
]; D}