/usr/include/thunderbird-11.0.1/nsIMsgTraitService.h is in thunderbird-dev 11.0.1+build1-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /build/buildd/thunderbird-11.0.1+build1/build-tree/mozilla/mailnews/base/search/public/nsIMsgTraitService.idl
*/
#ifndef __gen_nsIMsgTraitService_h__
#define __gen_nsIMsgTraitService_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
/* starting interface: nsIMsgTraitService */
#define NS_IMSGTRAITSERVICE_IID_STR "2cb15fb0-a912-40d3-8882-f2765c75655f"
#define NS_IMSGTRAITSERVICE_IID \
{0x2cb15fb0, 0xa912, 0x40d3, \
{ 0x88, 0x82, 0xf2, 0x76, 0x5c, 0x75, 0x65, 0x5f }}
class NS_NO_VTABLE NS_SCRIPTABLE nsIMsgTraitService : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IMSGTRAITSERVICE_IID)
/* readonly attribute long lastIndex; */
NS_SCRIPTABLE NS_IMETHOD GetLastIndex(PRInt32 *aLastIndex) = 0;
/* unsigned long registerTrait (in ACString id); */
NS_SCRIPTABLE NS_IMETHOD RegisterTrait(const nsACString & id, PRUint32 *_retval NS_OUTPARAM) = 0;
/* void unRegisterTrait (in ACString id); */
NS_SCRIPTABLE NS_IMETHOD UnRegisterTrait(const nsACString & id) = 0;
/* boolean isRegistered (in ACString id); */
NS_SCRIPTABLE NS_IMETHOD IsRegistered(const nsACString & id, bool *_retval NS_OUTPARAM) = 0;
/* void setName (in ACString id, in ACString name); */
NS_SCRIPTABLE NS_IMETHOD SetName(const nsACString & id, const nsACString & name) = 0;
/* ACString getName (in ACString id); */
NS_SCRIPTABLE NS_IMETHOD GetName(const nsACString & id, nsACString & _retval NS_OUTPARAM) = 0;
/* unsigned long getIndex (in ACString id); */
NS_SCRIPTABLE NS_IMETHOD GetIndex(const nsACString & id, PRUint32 *_retval NS_OUTPARAM) = 0;
/* ACString getId (in unsigned long index); */
NS_SCRIPTABLE NS_IMETHOD GetId(PRUint32 index, nsACString & _retval NS_OUTPARAM) = 0;
/* void setEnabled (in ACString id, in boolean enabled); */
NS_SCRIPTABLE NS_IMETHOD SetEnabled(const nsACString & id, bool enabled) = 0;
/* boolean getEnabled (in ACString id); */
NS_SCRIPTABLE NS_IMETHOD GetEnabled(const nsACString & id, bool *_retval NS_OUTPARAM) = 0;
/* void setAntiId (in ACString id, in ACString antiId); */
NS_SCRIPTABLE NS_IMETHOD SetAntiId(const nsACString & id, const nsACString & antiId) = 0;
/* ACString getAntiId (in ACString id); */
NS_SCRIPTABLE NS_IMETHOD GetAntiId(const nsACString & id, nsACString & _retval NS_OUTPARAM) = 0;
/* void getEnabledIndices (out unsigned long count, [array, size_is (count)] out unsigned long proIndices, [array, size_is (count)] out unsigned long antiIndices); */
NS_SCRIPTABLE NS_IMETHOD GetEnabledIndices(PRUint32 *count NS_OUTPARAM, PRUint32 **proIndices NS_OUTPARAM, PRUint32 **antiIndices NS_OUTPARAM) = 0;
/* void addAlias (in unsigned long aTraitIndex, in unsigned long aTraitAlias); */
NS_SCRIPTABLE NS_IMETHOD AddAlias(PRUint32 aTraitIndex, PRUint32 aTraitAlias) = 0;
/* void removeAlias (in unsigned long aTraitIndex, in unsigned long aTraitAlias); */
NS_SCRIPTABLE NS_IMETHOD RemoveAlias(PRUint32 aTraitIndex, PRUint32 aTraitAlias) = 0;
/* void getAliases (in unsigned long aTraitIndex, out unsigned long aLength, [array, size_is (aLength), retval] out unsigned long aAliases); */
NS_SCRIPTABLE NS_IMETHOD GetAliases(PRUint32 aTraitIndex, PRUint32 *aLength NS_OUTPARAM, PRUint32 **aAliases NS_OUTPARAM) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIMsgTraitService, NS_IMSGTRAITSERVICE_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIMSGTRAITSERVICE \
NS_SCRIPTABLE NS_IMETHOD GetLastIndex(PRInt32 *aLastIndex); \
NS_SCRIPTABLE NS_IMETHOD RegisterTrait(const nsACString & id, PRUint32 *_retval NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD UnRegisterTrait(const nsACString & id); \
NS_SCRIPTABLE NS_IMETHOD IsRegistered(const nsACString & id, bool *_retval NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD SetName(const nsACString & id, const nsACString & name); \
NS_SCRIPTABLE NS_IMETHOD GetName(const nsACString & id, nsACString & _retval NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD GetIndex(const nsACString & id, PRUint32 *_retval NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD GetId(PRUint32 index, nsACString & _retval NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD SetEnabled(const nsACString & id, bool enabled); \
NS_SCRIPTABLE NS_IMETHOD GetEnabled(const nsACString & id, bool *_retval NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD SetAntiId(const nsACString & id, const nsACString & antiId); \
NS_SCRIPTABLE NS_IMETHOD GetAntiId(const nsACString & id, nsACString & _retval NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD GetEnabledIndices(PRUint32 *count NS_OUTPARAM, PRUint32 **proIndices NS_OUTPARAM, PRUint32 **antiIndices NS_OUTPARAM); \
NS_SCRIPTABLE NS_IMETHOD AddAlias(PRUint32 aTraitIndex, PRUint32 aTraitAlias); \
NS_SCRIPTABLE NS_IMETHOD RemoveAlias(PRUint32 aTraitIndex, PRUint32 aTraitAlias); \
NS_SCRIPTABLE NS_IMETHOD GetAliases(PRUint32 aTraitIndex, PRUint32 *aLength NS_OUTPARAM, PRUint32 **aAliases NS_OUTPARAM);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIMSGTRAITSERVICE(_to) \
NS_SCRIPTABLE NS_IMETHOD GetLastIndex(PRInt32 *aLastIndex) { return _to GetLastIndex(aLastIndex); } \
NS_SCRIPTABLE NS_IMETHOD RegisterTrait(const nsACString & id, PRUint32 *_retval NS_OUTPARAM) { return _to RegisterTrait(id, _retval); } \
NS_SCRIPTABLE NS_IMETHOD UnRegisterTrait(const nsACString & id) { return _to UnRegisterTrait(id); } \
NS_SCRIPTABLE NS_IMETHOD IsRegistered(const nsACString & id, bool *_retval NS_OUTPARAM) { return _to IsRegistered(id, _retval); } \
NS_SCRIPTABLE NS_IMETHOD SetName(const nsACString & id, const nsACString & name) { return _to SetName(id, name); } \
NS_SCRIPTABLE NS_IMETHOD GetName(const nsACString & id, nsACString & _retval NS_OUTPARAM) { return _to GetName(id, _retval); } \
NS_SCRIPTABLE NS_IMETHOD GetIndex(const nsACString & id, PRUint32 *_retval NS_OUTPARAM) { return _to GetIndex(id, _retval); } \
NS_SCRIPTABLE NS_IMETHOD GetId(PRUint32 index, nsACString & _retval NS_OUTPARAM) { return _to GetId(index, _retval); } \
NS_SCRIPTABLE NS_IMETHOD SetEnabled(const nsACString & id, bool enabled) { return _to SetEnabled(id, enabled); } \
NS_SCRIPTABLE NS_IMETHOD GetEnabled(const nsACString & id, bool *_retval NS_OUTPARAM) { return _to GetEnabled(id, _retval); } \
NS_SCRIPTABLE NS_IMETHOD SetAntiId(const nsACString & id, const nsACString & antiId) { return _to SetAntiId(id, antiId); } \
NS_SCRIPTABLE NS_IMETHOD GetAntiId(const nsACString & id, nsACString & _retval NS_OUTPARAM) { return _to GetAntiId(id, _retval); } \
NS_SCRIPTABLE NS_IMETHOD GetEnabledIndices(PRUint32 *count NS_OUTPARAM, PRUint32 **proIndices NS_OUTPARAM, PRUint32 **antiIndices NS_OUTPARAM) { return _to GetEnabledIndices(count, proIndices, antiIndices); } \
NS_SCRIPTABLE NS_IMETHOD AddAlias(PRUint32 aTraitIndex, PRUint32 aTraitAlias) { return _to AddAlias(aTraitIndex, aTraitAlias); } \
NS_SCRIPTABLE NS_IMETHOD RemoveAlias(PRUint32 aTraitIndex, PRUint32 aTraitAlias) { return _to RemoveAlias(aTraitIndex, aTraitAlias); } \
NS_SCRIPTABLE NS_IMETHOD GetAliases(PRUint32 aTraitIndex, PRUint32 *aLength NS_OUTPARAM, PRUint32 **aAliases NS_OUTPARAM) { return _to GetAliases(aTraitIndex, aLength, aAliases); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIMSGTRAITSERVICE(_to) \
NS_SCRIPTABLE NS_IMETHOD GetLastIndex(PRInt32 *aLastIndex) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLastIndex(aLastIndex); } \
NS_SCRIPTABLE NS_IMETHOD RegisterTrait(const nsACString & id, PRUint32 *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->RegisterTrait(id, _retval); } \
NS_SCRIPTABLE NS_IMETHOD UnRegisterTrait(const nsACString & id) { return !_to ? NS_ERROR_NULL_POINTER : _to->UnRegisterTrait(id); } \
NS_SCRIPTABLE NS_IMETHOD IsRegistered(const nsACString & id, bool *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->IsRegistered(id, _retval); } \
NS_SCRIPTABLE NS_IMETHOD SetName(const nsACString & id, const nsACString & name) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetName(id, name); } \
NS_SCRIPTABLE NS_IMETHOD GetName(const nsACString & id, nsACString & _retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetName(id, _retval); } \
NS_SCRIPTABLE NS_IMETHOD GetIndex(const nsACString & id, PRUint32 *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIndex(id, _retval); } \
NS_SCRIPTABLE NS_IMETHOD GetId(PRUint32 index, nsACString & _retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetId(index, _retval); } \
NS_SCRIPTABLE NS_IMETHOD SetEnabled(const nsACString & id, bool enabled) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetEnabled(id, enabled); } \
NS_SCRIPTABLE NS_IMETHOD GetEnabled(const nsACString & id, bool *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEnabled(id, _retval); } \
NS_SCRIPTABLE NS_IMETHOD SetAntiId(const nsACString & id, const nsACString & antiId) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAntiId(id, antiId); } \
NS_SCRIPTABLE NS_IMETHOD GetAntiId(const nsACString & id, nsACString & _retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAntiId(id, _retval); } \
NS_SCRIPTABLE NS_IMETHOD GetEnabledIndices(PRUint32 *count NS_OUTPARAM, PRUint32 **proIndices NS_OUTPARAM, PRUint32 **antiIndices NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEnabledIndices(count, proIndices, antiIndices); } \
NS_SCRIPTABLE NS_IMETHOD AddAlias(PRUint32 aTraitIndex, PRUint32 aTraitAlias) { return !_to ? NS_ERROR_NULL_POINTER : _to->AddAlias(aTraitIndex, aTraitAlias); } \
NS_SCRIPTABLE NS_IMETHOD RemoveAlias(PRUint32 aTraitIndex, PRUint32 aTraitAlias) { return !_to ? NS_ERROR_NULL_POINTER : _to->RemoveAlias(aTraitIndex, aTraitAlias); } \
NS_SCRIPTABLE NS_IMETHOD GetAliases(PRUint32 aTraitIndex, PRUint32 *aLength NS_OUTPARAM, PRUint32 **aAliases NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAliases(aTraitIndex, aLength, aAliases); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsMsgTraitService : public nsIMsgTraitService
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIMSGTRAITSERVICE
nsMsgTraitService();
private:
~nsMsgTraitService();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsMsgTraitService, nsIMsgTraitService)
nsMsgTraitService::nsMsgTraitService()
{
/* member initializers and constructor code */
}
nsMsgTraitService::~nsMsgTraitService()
{
/* destructor code */
}
/* readonly attribute long lastIndex; */
NS_IMETHODIMP nsMsgTraitService::GetLastIndex(PRInt32 *aLastIndex)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* unsigned long registerTrait (in ACString id); */
NS_IMETHODIMP nsMsgTraitService::RegisterTrait(const nsACString & id, PRUint32 *_retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void unRegisterTrait (in ACString id); */
NS_IMETHODIMP nsMsgTraitService::UnRegisterTrait(const nsACString & id)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean isRegistered (in ACString id); */
NS_IMETHODIMP nsMsgTraitService::IsRegistered(const nsACString & id, bool *_retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void setName (in ACString id, in ACString name); */
NS_IMETHODIMP nsMsgTraitService::SetName(const nsACString & id, const nsACString & name)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* ACString getName (in ACString id); */
NS_IMETHODIMP nsMsgTraitService::GetName(const nsACString & id, nsACString & _retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* unsigned long getIndex (in ACString id); */
NS_IMETHODIMP nsMsgTraitService::GetIndex(const nsACString & id, PRUint32 *_retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* ACString getId (in unsigned long index); */
NS_IMETHODIMP nsMsgTraitService::GetId(PRUint32 index, nsACString & _retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void setEnabled (in ACString id, in boolean enabled); */
NS_IMETHODIMP nsMsgTraitService::SetEnabled(const nsACString & id, bool enabled)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean getEnabled (in ACString id); */
NS_IMETHODIMP nsMsgTraitService::GetEnabled(const nsACString & id, bool *_retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void setAntiId (in ACString id, in ACString antiId); */
NS_IMETHODIMP nsMsgTraitService::SetAntiId(const nsACString & id, const nsACString & antiId)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* ACString getAntiId (in ACString id); */
NS_IMETHODIMP nsMsgTraitService::GetAntiId(const nsACString & id, nsACString & _retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void getEnabledIndices (out unsigned long count, [array, size_is (count)] out unsigned long proIndices, [array, size_is (count)] out unsigned long antiIndices); */
NS_IMETHODIMP nsMsgTraitService::GetEnabledIndices(PRUint32 *count NS_OUTPARAM, PRUint32 **proIndices NS_OUTPARAM, PRUint32 **antiIndices NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void addAlias (in unsigned long aTraitIndex, in unsigned long aTraitAlias); */
NS_IMETHODIMP nsMsgTraitService::AddAlias(PRUint32 aTraitIndex, PRUint32 aTraitAlias)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void removeAlias (in unsigned long aTraitIndex, in unsigned long aTraitAlias); */
NS_IMETHODIMP nsMsgTraitService::RemoveAlias(PRUint32 aTraitIndex, PRUint32 aTraitAlias)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void getAliases (in unsigned long aTraitIndex, out unsigned long aLength, [array, size_is (aLength), retval] out unsigned long aAliases); */
NS_IMETHODIMP nsMsgTraitService::GetAliases(PRUint32 aTraitIndex, PRUint32 *aLength NS_OUTPARAM, PRUint32 **aAliases NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIMsgTraitService_h__ */
|