2014-03-28 08:03:03 +04:00
|
|
|
/* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
|
|
* You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*/
|
|
|
|
|
2017-11-08 08:25:55 +03:00
|
|
|
[NoInterfaceObject, JSImplementation="@mozilla.org/sidebar;1"]
|
2014-03-28 08:03:03 +04:00
|
|
|
interface External
|
|
|
|
{
|
2017-12-15 01:03:14 +03:00
|
|
|
void AddSearchProvider(DOMString aDescriptionURL);
|
2014-03-28 08:03:03 +04:00
|
|
|
unsigned long IsSearchProviderInstalled(DOMString aSearchURL);
|
|
|
|
};
|