Copy as Markdown

Other Tools

//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/netwerk/base/nsIExternalProtocolHandler.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIExternalProtocolHandler",
base: Some("nsIProtocolHandler"),
sync: false,
methods: Ok(&[
/* boolean externalAppExistsForScheme (in ACString scheme); */
Method {
name: "ExternalAppExistsForScheme",
params: &[Param { name: "scheme", ty: "*const ::nsstring::nsACString" }, Param { name: "_retval", ty: "*mut bool" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}