WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIMutable
| IID: | 321578d0-03c1-4d95-8821-021ac612d18d |
| Inherits From: | nsISupports |
nsIMutable defines an interface to be implemented by objects which can be made immutable.
Properties
PRBool mutable
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.
Reference documentation is generated from Mozilla's source.
