Menu
Home
Blog
Add-ons
Forum
Wiki
Developers
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
components
moz
strings
components
public
sbIStringMap.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-2009 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
34
[scriptable,
uuid
(D5577E77-2FAC-4bc8-9483-6E24950A8D0A)]
35
interface
sbIStringMap
:
nsISupports
{
41
AString
get
(in AString
key
);
42
};
43
47
[scriptable,
uuid
(D2A0C71C-0A51-4644-8E5A-68746FA88A50)]
48
interface
sbIMutableStringMap
:
sbIStringMap
{
54
void
set
(in AString
key
, in AString
value
);
58
void
clear
();
59
};
60
61
//
62
// C++ defs.
63
//
64
65
%{
C
++
66
#define SB_STRINGMAP_CONTRACTID \
67
"@songbirdnest.com/Songbird/sbstringmap;1"
68
%}C++
sbIMutableStringMap
Definition:
sbIStringMap.idl:48
uuid
var uuid
Definition:
jquery-1.2.6.min.js:18
C
function C(H)
Definition:
mootools-1.2-core.js:208
sbIMutableStringMap::clear
void clear()
sbIMutableStringMap::set
void set(in AString key, in AString value)
key
function key
Definition:
jquery-ui-personalized-1.6rc2.min.js:394
sbIStringMap
Definition:
sbIStringMap.idl:35
value
countRef value
Definition:
FeedWriter.js:1423
nsISupports
nsISupports
Definition:
sbRemoteIndexedMediaItem.cpp:61