Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/toolkit/components/remote/nsIRemoteService.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIRemoteService",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* void sendCommandLine (in ACString aProfile, in Array<ACString> aArgs, [optional] in boolean aRaise); */
Method {
name: "SendCommandLine",
params: &[Param { name: "aProfile", ty: "*const ::nsstring::nsACString" }, Param { name: "aArgs", ty: "*const thin_vec::ThinVec<::nsstring::nsCString>" }, Param { name: "aRaise", ty: "bool" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}