Confirmed users
971
edits
| Line 36: | Line 36: | ||
}; | }; | ||
There is also the following, but I do not know why that it used: | TODO There is also the following, but I do not know why that it used: | ||
interface nsISystemMessagesWrapper: nsISupports { | interface nsISystemMessagesWrapper: nsISupports { | ||
/* | |||
* Wrap a message and gives back any kind of object. | |||
* @param message The json blob to wrap. | |||
*/ | |||
jsval wrapMessage(in jsval message, in nsIDOMWindow window); | |||
}; | }; | ||