View IDL
Interface Usage
More information
Mozilla XPCOM » Mozilla 1.9.0 Mozilla 1.9.1 Mozilla 1.9.2a1pre » Interfaces » nsIMutable
nsIMutable defines an interface to be implemented by objects which can be made immutable.
Control whether or not this object can be modified. If the flag is false, no modification is allowed. Once the flag has been set to false, it cannot be reset back to true -- attempts to do so throw NS_ERROR_INVALID_ARG.