Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/toolkit/components/aboutthirdparty/nsIAboutThirdParty.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIInstalledApplication",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* readonly attribute AString name; */
Method {
name: "GetName",
params: &[Param { name: "aName", ty: "*mut ::nsstring::nsAString" }],
ret: "::nserror::nsresult",
},
/* readonly attribute AString publisher; */
Method {
name: "GetPublisher",
params: &[Param { name: "aPublisher", ty: "*mut ::nsstring::nsAString" }],
ret: "::nserror::nsresult",
},
]),
},
Interface {
name: "nsIAboutThirdParty",
base: Some("nsISupports"),
sync: false,
methods: Err("jscontext is unsupported"),
},
]; D}