import "nsIWritablePropertyBag.idl";
Inheritance diagram for nsIWritablePropertyBag:

Public Member Functions | |
| void | setProperty (in AString name, in nsIVariant value) |
| Set a property with the given name to the given value. | |
| void | deleteProperty (in AString name) |
| Delete a property with the given name. | |
|
|
Delete a property with the given name.
|
|
||||||||||||
|
Set a property with the given name to the given value. If a property already exists with the given name, it is overwritten. |
1.4.4