Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/docshell/base/nsITooltipTextProvider.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsITooltipTextProvider",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* boolean getNodeText (in Node aNode, out wstring aText, out wstring aDirection); */
Method {
name: "GetNodeText",
params: &[Param { name: "aNode", ty: "*const libc::c_void" }, Param { name: "aText", ty: "*mut *const u16" }, Param { name: "aDirection", ty: "*mut *const u16" }, Param { name: "_retval", ty: "*mut bool" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}