1
edit
GavinSharp (talk | contribs) No edit summary |
|||
| Line 25: | Line 25: | ||
* Data to add to the submission object. | * Data to add to the submission object. | ||
* i.e. the search terms. | * i.e. the search terms. | ||
* @param responseType | |||
* The MIME type that we'd like to receive in response | |||
* to this submission. If null, will default to "text/html". | |||
* @returns A nsISearchSubmission object that contains information about what | * @returns A nsISearchSubmission object that contains information about what | ||
* to send to the search engine. | * to send to the search engine. | ||
*/ | */ | ||
nsISearchSubmission getSubmission(in AString data); | nsISearchSubmission getSubmission(in AString data, in AString responseType); | ||
/** | /** | ||
edit