Mac OSX

  
[scriptable, uuid(11e0176a-4a2d-4a90-8dcc-1590eeb1769d)]
interface nsINotificationsList : nsISupports

Methods

 Adds a notification to the registration dictionary.

 @param aName The name of the notification we might be sending.
 @param aEnabled Indicates if the notification is enabled by default.
void addNotification(in AString aName, in boolean aEnabled)
 Checks to see if a paticular notification has already been registered.

 @param aName The name of the notification we are checking against.
boolean isNotification(in AString aName)