sbIAlbumArtFetcherSet.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 //------------------------------------------------------------------------------
30 //------------------------------------------------------------------------------
31 //
32 // Interface description for the album art fetcher set interface.
33 //
34 //------------------------------------------------------------------------------
35 //------------------------------------------------------------------------------
36 
37 #include "nsISupports.idl"
38 #include "sbIAlbumArtFetcher.idl"
39 
40 
53 [scriptable, uuid(f6f030ba-1dd1-11b2-8764-ad0493676ed0)]
55 {
56  const unsigned long TYPE_ALL = 0x00;
57  const unsigned long TYPE_REMOTE = 0x01;
58  const unsigned long TYPE_LOCAL = 0x02;
59 
63  attribute unsigned long fetcherType;
64 };
65 
66 
67 //
68 // C++ defs.
69 //
70 
71 %{C++
72 #define SB_ALBUMARTFETCHERSET_CONTRACTID \
73  "@songbirdnest.com/Songbird/album-art-fetcher-set;1"
74 %}C++
75 
var uuid
function C(H)
const unsigned long TYPE_LOCAL
Interface for an album art fetcher set. Instantiate as a component instance.
const unsigned long TYPE_ALL
Interface for an album art fetcher. Instantiate as a component instance.
attribute unsigned long fetcherType
Type of fetchers in the set (local, remote, both)
const unsigned long TYPE_REMOTE