nsIInstallationDirLayout.idl (553B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 #include "nsISupports.idl" 6 7 /** 8 * This interface exposes layout of the installation directories 9 */ 10 [scriptable, uuid(6b5e9bf7-3a2f-4b05-9bd9-55499450ff81)] 11 interface nsIInstallationDirLayout : nsISupports { 12 /** 13 * Does this installation use versioned install directories? 14 */ 15 readonly attribute boolean isInstallationLayoutVersioned; 16 };