Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

nsIWritablePropertyBag Interface Reference

import "nsIWritablePropertyBag.idl";

Inheritance diagram for nsIWritablePropertyBag:

nsIPropertyBag List of all members.

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.

Member Function Documentation

void nsIWritablePropertyBag::deleteProperty in AString  name  ) 
 

Delete a property with the given name.

Exceptions:
NS_ERROR_FAILURE if a property with that name doesn't exist.

void nsIWritablePropertyBag::setProperty in AString  name,
in nsIVariant  value
 

Set a property with the given name to the given value.

If a property already exists with the given name, it is overwritten.


The documentation for this interface was generated from the following file:
Generated on Mon Dec 1 12:00:04 2008 for Mozilla ZAP by  doxygen 1.4.4