Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/browser/components/shell/nsIMacShellService.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIMacShellService",
base: Some("nsIShellService"),
sync: false,
methods: Ok(&[
/* void showDesktopPreferences (); */
Method {
name: "ShowDesktopPreferences",
params: &[],
ret: "::nserror::nsresult",
},
/* void showSecurityPreferences (in ACString aPaneID); */
Method {
name: "ShowSecurityPreferences",
params: &[Param { name: "aPaneID", ty: "*const ::nsstring::nsACString" }],
ret: "::nserror::nsresult",
},
/* Array<Array<AString>> getAvailableApplicationsForProtocol (in ACString protocol); */
Method {
name: "GetAvailableApplicationsForProtocol",
params: &[Param { name: "protocol", ty: "*const ::nsstring::nsACString" }, Param { name: "_retval", ty: "*mut thin_vec::ThinVec<thin_vec::ThinVec<::nsstring::nsString>>" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}