/usr/include/thunderbird-11.0.1/nsIMsgSearchValue.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 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /build/buildd/thunderbird-11.0.1+build1/build-tree/mozilla/mailnews/base/search/public/nsIMsgSearchValue.idl
*/
#ifndef __gen_nsIMsgSearchValue_h__
#define __gen_nsIMsgSearchValue_h__
#ifndef __gen_nsMsgSearchCore_h__
#include "nsMsgSearchCore.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsIMsgFolder; /* forward declaration */
/* starting interface: nsIMsgSearchValue */
#define NS_IMSGSEARCHVALUE_IID_STR "783758a0-cdb5-11dc-95ff-0800200c9a66"
#define NS_IMSGSEARCHVALUE_IID \
{0x783758a0, 0xcdb5, 0x11dc, \
{ 0x95, 0xff, 0x08, 0x00, 0x20, 0x0c, 0x9a, 0x66 }}
class NS_NO_VTABLE NS_SCRIPTABLE nsIMsgSearchValue : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IMSGSEARCHVALUE_IID)
/* attribute nsMsgSearchAttribValue attrib; */
NS_SCRIPTABLE NS_IMETHOD GetAttrib(nsMsgSearchAttribValue *aAttrib) = 0;
NS_SCRIPTABLE NS_IMETHOD SetAttrib(nsMsgSearchAttribValue aAttrib) = 0;
/* attribute AString str; */
NS_SCRIPTABLE NS_IMETHOD GetStr(nsAString & aStr) = 0;
NS_SCRIPTABLE NS_IMETHOD SetStr(const nsAString & aStr) = 0;
/* attribute nsMsgPriorityValue priority; */
NS_SCRIPTABLE NS_IMETHOD GetPriority(nsMsgPriorityValue *aPriority) = 0;
NS_SCRIPTABLE NS_IMETHOD SetPriority(nsMsgPriorityValue aPriority) = 0;
/* attribute PRTime date; */
NS_SCRIPTABLE NS_IMETHOD GetDate(PRTime *aDate) = 0;
NS_SCRIPTABLE NS_IMETHOD SetDate(PRTime aDate) = 0;
/* attribute unsigned long status; */
NS_SCRIPTABLE NS_IMETHOD GetStatus(PRUint32 *aStatus) = 0;
NS_SCRIPTABLE NS_IMETHOD SetStatus(PRUint32 aStatus) = 0;
/* attribute unsigned long size; */
NS_SCRIPTABLE NS_IMETHOD GetSize(PRUint32 *aSize) = 0;
NS_SCRIPTABLE NS_IMETHOD SetSize(PRUint32 aSize) = 0;
/* attribute nsMsgKey msgKey; */
NS_SCRIPTABLE NS_IMETHOD GetMsgKey(nsMsgKey *aMsgKey) = 0;
NS_SCRIPTABLE NS_IMETHOD SetMsgKey(nsMsgKey aMsgKey) = 0;
/* attribute long age; */
NS_SCRIPTABLE NS_IMETHOD GetAge(PRInt32 *aAge) = 0;
NS_SCRIPTABLE NS_IMETHOD SetAge(PRInt32 aAge) = 0;
/* attribute nsIMsgFolder folder; */
NS_SCRIPTABLE NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder) = 0;
NS_SCRIPTABLE NS_IMETHOD SetFolder(nsIMsgFolder *aFolder) = 0;
/* attribute nsMsgLabelValue label; */
NS_SCRIPTABLE NS_IMETHOD GetLabel(nsMsgLabelValue *aLabel) = 0;
NS_SCRIPTABLE NS_IMETHOD SetLabel(nsMsgLabelValue aLabel) = 0;
/* attribute nsMsgJunkStatus junkStatus; */
NS_SCRIPTABLE NS_IMETHOD GetJunkStatus(nsMsgJunkStatus *aJunkStatus) = 0;
NS_SCRIPTABLE NS_IMETHOD SetJunkStatus(nsMsgJunkStatus aJunkStatus) = 0;
/* attribute unsigned long junkPercent; */
NS_SCRIPTABLE NS_IMETHOD GetJunkPercent(PRUint32 *aJunkPercent) = 0;
NS_SCRIPTABLE NS_IMETHOD SetJunkPercent(PRUint32 aJunkPercent) = 0;
/* AString toString (); */
NS_SCRIPTABLE NS_IMETHOD ToString(nsAString & _retval NS_OUTPARAM) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIMsgSearchValue, NS_IMSGSEARCHVALUE_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIMSGSEARCHVALUE \
NS_SCRIPTABLE NS_IMETHOD GetAttrib(nsMsgSearchAttribValue *aAttrib); \
NS_SCRIPTABLE NS_IMETHOD SetAttrib(nsMsgSearchAttribValue aAttrib); \
NS_SCRIPTABLE NS_IMETHOD GetStr(nsAString & aStr); \
NS_SCRIPTABLE NS_IMETHOD SetStr(const nsAString & aStr); \
NS_SCRIPTABLE NS_IMETHOD GetPriority(nsMsgPriorityValue *aPriority); \
NS_SCRIPTABLE NS_IMETHOD SetPriority(nsMsgPriorityValue aPriority); \
NS_SCRIPTABLE NS_IMETHOD GetDate(PRTime *aDate); \
NS_SCRIPTABLE NS_IMETHOD SetDate(PRTime aDate); \
NS_SCRIPTABLE NS_IMETHOD GetStatus(PRUint32 *aStatus); \
NS_SCRIPTABLE NS_IMETHOD SetStatus(PRUint32 aStatus); \
NS_SCRIPTABLE NS_IMETHOD GetSize(PRUint32 *aSize); \
NS_SCRIPTABLE NS_IMETHOD SetSize(PRUint32 aSize); \
NS_SCRIPTABLE NS_IMETHOD GetMsgKey(nsMsgKey *aMsgKey); \
NS_SCRIPTABLE NS_IMETHOD SetMsgKey(nsMsgKey aMsgKey); \
NS_SCRIPTABLE NS_IMETHOD GetAge(PRInt32 *aAge); \
NS_SCRIPTABLE NS_IMETHOD SetAge(PRInt32 aAge); \
NS_SCRIPTABLE NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder); \
NS_SCRIPTABLE NS_IMETHOD SetFolder(nsIMsgFolder *aFolder); \
NS_SCRIPTABLE NS_IMETHOD GetLabel(nsMsgLabelValue *aLabel); \
NS_SCRIPTABLE NS_IMETHOD SetLabel(nsMsgLabelValue aLabel); \
NS_SCRIPTABLE NS_IMETHOD GetJunkStatus(nsMsgJunkStatus *aJunkStatus); \
NS_SCRIPTABLE NS_IMETHOD SetJunkStatus(nsMsgJunkStatus aJunkStatus); \
NS_SCRIPTABLE NS_IMETHOD GetJunkPercent(PRUint32 *aJunkPercent); \
NS_SCRIPTABLE NS_IMETHOD SetJunkPercent(PRUint32 aJunkPercent); \
NS_SCRIPTABLE NS_IMETHOD ToString(nsAString & _retval NS_OUTPARAM);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIMSGSEARCHVALUE(_to) \
NS_SCRIPTABLE NS_IMETHOD GetAttrib(nsMsgSearchAttribValue *aAttrib) { return _to GetAttrib(aAttrib); } \
NS_SCRIPTABLE NS_IMETHOD SetAttrib(nsMsgSearchAttribValue aAttrib) { return _to SetAttrib(aAttrib); } \
NS_SCRIPTABLE NS_IMETHOD GetStr(nsAString & aStr) { return _to GetStr(aStr); } \
NS_SCRIPTABLE NS_IMETHOD SetStr(const nsAString & aStr) { return _to SetStr(aStr); } \
NS_SCRIPTABLE NS_IMETHOD GetPriority(nsMsgPriorityValue *aPriority) { return _to GetPriority(aPriority); } \
NS_SCRIPTABLE NS_IMETHOD SetPriority(nsMsgPriorityValue aPriority) { return _to SetPriority(aPriority); } \
NS_SCRIPTABLE NS_IMETHOD GetDate(PRTime *aDate) { return _to GetDate(aDate); } \
NS_SCRIPTABLE NS_IMETHOD SetDate(PRTime aDate) { return _to SetDate(aDate); } \
NS_SCRIPTABLE NS_IMETHOD GetStatus(PRUint32 *aStatus) { return _to GetStatus(aStatus); } \
NS_SCRIPTABLE NS_IMETHOD SetStatus(PRUint32 aStatus) { return _to SetStatus(aStatus); } \
NS_SCRIPTABLE NS_IMETHOD GetSize(PRUint32 *aSize) { return _to GetSize(aSize); } \
NS_SCRIPTABLE NS_IMETHOD SetSize(PRUint32 aSize) { return _to SetSize(aSize); } \
NS_SCRIPTABLE NS_IMETHOD GetMsgKey(nsMsgKey *aMsgKey) { return _to GetMsgKey(aMsgKey); } \
NS_SCRIPTABLE NS_IMETHOD SetMsgKey(nsMsgKey aMsgKey) { return _to SetMsgKey(aMsgKey); } \
NS_SCRIPTABLE NS_IMETHOD GetAge(PRInt32 *aAge) { return _to GetAge(aAge); } \
NS_SCRIPTABLE NS_IMETHOD SetAge(PRInt32 aAge) { return _to SetAge(aAge); } \
NS_SCRIPTABLE NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder) { return _to GetFolder(aFolder); } \
NS_SCRIPTABLE NS_IMETHOD SetFolder(nsIMsgFolder *aFolder) { return _to SetFolder(aFolder); } \
NS_SCRIPTABLE NS_IMETHOD GetLabel(nsMsgLabelValue *aLabel) { return _to GetLabel(aLabel); } \
NS_SCRIPTABLE NS_IMETHOD SetLabel(nsMsgLabelValue aLabel) { return _to SetLabel(aLabel); } \
NS_SCRIPTABLE NS_IMETHOD GetJunkStatus(nsMsgJunkStatus *aJunkStatus) { return _to GetJunkStatus(aJunkStatus); } \
NS_SCRIPTABLE NS_IMETHOD SetJunkStatus(nsMsgJunkStatus aJunkStatus) { return _to SetJunkStatus(aJunkStatus); } \
NS_SCRIPTABLE NS_IMETHOD GetJunkPercent(PRUint32 *aJunkPercent) { return _to GetJunkPercent(aJunkPercent); } \
NS_SCRIPTABLE NS_IMETHOD SetJunkPercent(PRUint32 aJunkPercent) { return _to SetJunkPercent(aJunkPercent); } \
NS_SCRIPTABLE NS_IMETHOD ToString(nsAString & _retval NS_OUTPARAM) { return _to ToString(_retval); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIMSGSEARCHVALUE(_to) \
NS_SCRIPTABLE NS_IMETHOD GetAttrib(nsMsgSearchAttribValue *aAttrib) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAttrib(aAttrib); } \
NS_SCRIPTABLE NS_IMETHOD SetAttrib(nsMsgSearchAttribValue aAttrib) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAttrib(aAttrib); } \
NS_SCRIPTABLE NS_IMETHOD GetStr(nsAString & aStr) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetStr(aStr); } \
NS_SCRIPTABLE NS_IMETHOD SetStr(const nsAString & aStr) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetStr(aStr); } \
NS_SCRIPTABLE NS_IMETHOD GetPriority(nsMsgPriorityValue *aPriority) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetPriority(aPriority); } \
NS_SCRIPTABLE NS_IMETHOD SetPriority(nsMsgPriorityValue aPriority) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPriority(aPriority); } \
NS_SCRIPTABLE NS_IMETHOD GetDate(PRTime *aDate) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDate(aDate); } \
NS_SCRIPTABLE NS_IMETHOD SetDate(PRTime aDate) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDate(aDate); } \
NS_SCRIPTABLE NS_IMETHOD GetStatus(PRUint32 *aStatus) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetStatus(aStatus); } \
NS_SCRIPTABLE NS_IMETHOD SetStatus(PRUint32 aStatus) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetStatus(aStatus); } \
NS_SCRIPTABLE NS_IMETHOD GetSize(PRUint32 *aSize) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSize(aSize); } \
NS_SCRIPTABLE NS_IMETHOD SetSize(PRUint32 aSize) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSize(aSize); } \
NS_SCRIPTABLE NS_IMETHOD GetMsgKey(nsMsgKey *aMsgKey) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMsgKey(aMsgKey); } \
NS_SCRIPTABLE NS_IMETHOD SetMsgKey(nsMsgKey aMsgKey) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMsgKey(aMsgKey); } \
NS_SCRIPTABLE NS_IMETHOD GetAge(PRInt32 *aAge) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAge(aAge); } \
NS_SCRIPTABLE NS_IMETHOD SetAge(PRInt32 aAge) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAge(aAge); } \
NS_SCRIPTABLE NS_IMETHOD GetFolder(nsIMsgFolder * *aFolder) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFolder(aFolder); } \
NS_SCRIPTABLE NS_IMETHOD SetFolder(nsIMsgFolder *aFolder) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFolder(aFolder); } \
NS_SCRIPTABLE NS_IMETHOD GetLabel(nsMsgLabelValue *aLabel) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLabel(aLabel); } \
NS_SCRIPTABLE NS_IMETHOD SetLabel(nsMsgLabelValue aLabel) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetLabel(aLabel); } \
NS_SCRIPTABLE NS_IMETHOD GetJunkStatus(nsMsgJunkStatus *aJunkStatus) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetJunkStatus(aJunkStatus); } \
NS_SCRIPTABLE NS_IMETHOD SetJunkStatus(nsMsgJunkStatus aJunkStatus) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetJunkStatus(aJunkStatus); } \
NS_SCRIPTABLE NS_IMETHOD GetJunkPercent(PRUint32 *aJunkPercent) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetJunkPercent(aJunkPercent); } \
NS_SCRIPTABLE NS_IMETHOD SetJunkPercent(PRUint32 aJunkPercent) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetJunkPercent(aJunkPercent); } \
NS_SCRIPTABLE NS_IMETHOD ToString(nsAString & _retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->ToString(_retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsMsgSearchValue : public nsIMsgSearchValue
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIMSGSEARCHVALUE
nsMsgSearchValue();
private:
~nsMsgSearchValue();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsMsgSearchValue, nsIMsgSearchValue)
nsMsgSearchValue::nsMsgSearchValue()
{
/* member initializers and constructor code */
}
nsMsgSearchValue::~nsMsgSearchValue()
{
/* destructor code */
}
/* attribute nsMsgSearchAttribValue attrib; */
NS_IMETHODIMP nsMsgSearchValue::GetAttrib(nsMsgSearchAttribValue *aAttrib)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgSearchValue::SetAttrib(nsMsgSearchAttribValue aAttrib)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AString str; */
NS_IMETHODIMP nsMsgSearchValue::GetStr(nsAString & aStr)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgSearchValue::SetStr(const nsAString & aStr)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsMsgPriorityValue priority; */
NS_IMETHODIMP nsMsgSearchValue::GetPriority(nsMsgPriorityValue *aPriority)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgSearchValue::SetPriority(nsMsgPriorityValue aPriority)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute PRTime date; */
NS_IMETHODIMP nsMsgSearchValue::GetDate(PRTime *aDate)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgSearchValue::SetDate(PRTime aDate)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long status; */
NS_IMETHODIMP nsMsgSearchValue::GetStatus(PRUint32 *aStatus)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgSearchValue::SetStatus(PRUint32 aStatus)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long size; */
NS_IMETHODIMP nsMsgSearchValue::GetSize(PRUint32 *aSize)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgSearchValue::SetSize(PRUint32 aSize)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsMsgKey msgKey; */
NS_IMETHODIMP nsMsgSearchValue::GetMsgKey(nsMsgKey *aMsgKey)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgSearchValue::SetMsgKey(nsMsgKey aMsgKey)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute long age; */
NS_IMETHODIMP nsMsgSearchValue::GetAge(PRInt32 *aAge)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgSearchValue::SetAge(PRInt32 aAge)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsIMsgFolder folder; */
NS_IMETHODIMP nsMsgSearchValue::GetFolder(nsIMsgFolder * *aFolder)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgSearchValue::SetFolder(nsIMsgFolder *aFolder)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsMsgLabelValue label; */
NS_IMETHODIMP nsMsgSearchValue::GetLabel(nsMsgLabelValue *aLabel)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgSearchValue::SetLabel(nsMsgLabelValue aLabel)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute nsMsgJunkStatus junkStatus; */
NS_IMETHODIMP nsMsgSearchValue::GetJunkStatus(nsMsgJunkStatus *aJunkStatus)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgSearchValue::SetJunkStatus(nsMsgJunkStatus aJunkStatus)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long junkPercent; */
NS_IMETHODIMP nsMsgSearchValue::GetJunkPercent(PRUint32 *aJunkPercent)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgSearchValue::SetJunkPercent(PRUint32 aJunkPercent)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* AString toString (); */
NS_IMETHODIMP nsMsgSearchValue::ToString(nsAString & _retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIMsgSearchValue_h__ */
|