Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/toolkit/components/commandlines/nsICommandLineValidator.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsICommandLineValidator",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void validate (in nsICommandLine aCommandLine); */
Method {
name: "Validate",
params: &[Param { name: "aCommandLine", ty: "*const nsICommandLine" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}