sbILastFmWebServices.idl
Go to the documentation of this file.
1 /* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set sw=2 :miv */
3 /*
4 //
5 // BEGIN SONGBIRD GPL
6 //
7 // This file is part of the Songbird web player.
8 //
9 // Copyright(c) 2005-2008 POTI, Inc.
10 // http://songbirdnest.com
11 //
12 // This file may be licensed under the terms of of the
13 // GNU General Public License Version 2 (the "GPL").
14 //
15 // Software distributed under the License is distributed
16 // on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
17 // express or implied. See the GPL for the specific language
18 // governing rights and limitations.
19 //
20 // You should have received a copy of the GPL along with this
21 // program. If not, go to http://www.gnu.org/licenses/gpl.html
22 // or write to the Free Software Foundation, Inc.,
23 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
24 //
25 // END SONGBIRD GPL
26 //
27 */
28 
29 #include "nsISupports.idl"
30 
31 interface nsIDOMDocument;
32 interface nsIPropertyBag;
33 
34 [scriptable, function, uuid(6c6bf386-5e02-4f05-8bff-3edeae9750a5)]
45  void responseReceived(in boolean aSucceeded, in nsIDOMDocument aResponse);
46 };
47 
48 [scriptable, uuid(4ac919d7-7fe1-44ed-8190-5da7fb407691)]
71  void apiCall(in string aMethod,
72  in nsIPropertyBag aArguments,
73  in sbILastFmWebServicesResponse aCallback);
74 };
var uuid
void apiCall(in string aMethod, in nsIPropertyBag aArguments, in sbILastFmWebServicesResponse aCallback)
ApiCall - Make an API call against the new Last.fm API See http://www.last.fm/api/rest for the list o...
void responseReceived(in boolean aSucceeded, in nsIDOMDocument aResponse)
ResonseRecievied - An API response has been recieved from Last.FM.