Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/toolkit/components/aboutwindowsmessages/nsIAboutWindowsMessages.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIAboutWindowsMessages",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void getMessages (in mozIDOMWindowProxy currentWindow, out Array<Array<ACString>> messages, out Array<AString> windowTitles); */
Method {
name: "GetMessages",
params: &[Param { name: "currentWindow", ty: "*const mozIDOMWindowProxy" }, Param { name: "messages", ty: "*mut thin_vec::ThinVec<thin_vec::ThinVec<::nsstring::nsCString>>" }, Param { name: "windowTitles", ty: "*mut thin_vec::ThinVec<::nsstring::nsString>" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}