michael@0: /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #include "nsIShellService.idl" michael@0: michael@0: [scriptable, uuid(7f8ca08e-1df4-4735-86e9-50dedb48e5e8)] michael@0: interface nsIMacShellService : nsIShellService michael@0: { michael@0: const long APPLICATION_KEYCHAIN_ACCESS = 2; michael@0: const long APPLICATION_NETWORK = 3; michael@0: const long APPLICATION_DESKTOP = 4; michael@0: }; michael@0: