This file is indexed.

/usr/include/thunderbird-11.0.1/nsIMsgSearchValidityTable.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
/*
 * DO NOT EDIT.  THIS FILE IS GENERATED FROM /build/buildd/thunderbird-11.0.1+build1/build-tree/mozilla/mailnews/base/search/public/nsIMsgSearchValidityTable.idl
 */

#ifndef __gen_nsIMsgSearchValidityTable_h__
#define __gen_nsIMsgSearchValidityTable_h__


#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif

#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 nsISupportsArray; /* forward declaration */


/* starting interface:    nsIMsgSearchValidityTable */
#define NS_IMSGSEARCHVALIDITYTABLE_IID_STR "b07f1cb6-fae9-4d92-9edb-03f9ad249c66"

#define NS_IMSGSEARCHVALIDITYTABLE_IID \
  {0xb07f1cb6, 0xfae9, 0x4d92, \
    { 0x9e, 0xdb, 0x03, 0xf9, 0xad, 0x24, 0x9c, 0x66 }}

class NS_NO_VTABLE NS_SCRIPTABLE nsIMsgSearchValidityTable : public nsISupports {
 public: 

  NS_DECLARE_STATIC_IID_ACCESSOR(NS_IMSGSEARCHVALIDITYTABLE_IID)

  /* void setAvailable (in nsMsgSearchAttribValue attrib, in nsMsgSearchOpValue op, in boolean active); */
  NS_SCRIPTABLE NS_IMETHOD SetAvailable(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool active) = 0;

  /* void setEnabled (in nsMsgSearchAttribValue attrib, in nsMsgSearchOpValue op, in boolean enabled); */
  NS_SCRIPTABLE NS_IMETHOD SetEnabled(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool enabled) = 0;

  /* void setValidButNotShown (in nsMsgSearchAttribValue attrib, in nsMsgSearchOpValue op, in boolean valid); */
  NS_SCRIPTABLE NS_IMETHOD SetValidButNotShown(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool valid) = 0;

  /* boolean getAvailable (in nsMsgSearchAttribValue attrib, in nsMsgSearchOpValue op); */
  NS_SCRIPTABLE NS_IMETHOD GetAvailable(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM) = 0;

  /* boolean getEnabled (in nsMsgSearchAttribValue attrib, in nsMsgSearchOpValue op); */
  NS_SCRIPTABLE NS_IMETHOD GetEnabled(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM) = 0;

  /* boolean getValidButNotShown (in nsMsgSearchAttribValue attrib, in nsMsgSearchOpValue op); */
  NS_SCRIPTABLE NS_IMETHOD GetValidButNotShown(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM) = 0;

  /* [noscript] void validateTerms (in nsISupportsArray terms); */
  NS_IMETHOD ValidateTerms(nsISupportsArray *terms) = 0;

  /* readonly attribute long numAvailAttribs; */
  NS_SCRIPTABLE NS_IMETHOD GetNumAvailAttribs(PRInt32 *aNumAvailAttribs) = 0;

  /* void getAvailableAttributes (out unsigned long length, [array, size_is (length), retval] out nsMsgSearchAttribValue attrs); */
  NS_SCRIPTABLE NS_IMETHOD GetAvailableAttributes(PRUint32 *length NS_OUTPARAM, nsMsgSearchAttribValue **attrs NS_OUTPARAM) = 0;

  /* void getAvailableOperators (in nsMsgSearchAttribValue attrib, out unsigned long length, [array, size_is (length), retval] out nsMsgSearchOpValue operators); */
  NS_SCRIPTABLE NS_IMETHOD GetAvailableOperators(nsMsgSearchAttribValue attrib, PRUint32 *length NS_OUTPARAM, nsMsgSearchOpValue **operators NS_OUTPARAM) = 0;

  /* void setDefaultAttrib (in nsMsgSearchAttribValue defaultAttrib); */
  NS_SCRIPTABLE NS_IMETHOD SetDefaultAttrib(nsMsgSearchAttribValue defaultAttrib) = 0;

};

  NS_DEFINE_STATIC_IID_ACCESSOR(nsIMsgSearchValidityTable, NS_IMSGSEARCHVALIDITYTABLE_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIMSGSEARCHVALIDITYTABLE \
  NS_SCRIPTABLE NS_IMETHOD SetAvailable(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool active); \
  NS_SCRIPTABLE NS_IMETHOD SetEnabled(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool enabled); \
  NS_SCRIPTABLE NS_IMETHOD SetValidButNotShown(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool valid); \
  NS_SCRIPTABLE NS_IMETHOD GetAvailable(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM); \
  NS_SCRIPTABLE NS_IMETHOD GetEnabled(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM); \
  NS_SCRIPTABLE NS_IMETHOD GetValidButNotShown(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM); \
  NS_IMETHOD ValidateTerms(nsISupportsArray *terms); \
  NS_SCRIPTABLE NS_IMETHOD GetNumAvailAttribs(PRInt32 *aNumAvailAttribs); \
  NS_SCRIPTABLE NS_IMETHOD GetAvailableAttributes(PRUint32 *length NS_OUTPARAM, nsMsgSearchAttribValue **attrs NS_OUTPARAM); \
  NS_SCRIPTABLE NS_IMETHOD GetAvailableOperators(nsMsgSearchAttribValue attrib, PRUint32 *length NS_OUTPARAM, nsMsgSearchOpValue **operators NS_OUTPARAM); \
  NS_SCRIPTABLE NS_IMETHOD SetDefaultAttrib(nsMsgSearchAttribValue defaultAttrib); 

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIMSGSEARCHVALIDITYTABLE(_to) \
  NS_SCRIPTABLE NS_IMETHOD SetAvailable(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool active) { return _to SetAvailable(attrib, op, active); } \
  NS_SCRIPTABLE NS_IMETHOD SetEnabled(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool enabled) { return _to SetEnabled(attrib, op, enabled); } \
  NS_SCRIPTABLE NS_IMETHOD SetValidButNotShown(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool valid) { return _to SetValidButNotShown(attrib, op, valid); } \
  NS_SCRIPTABLE NS_IMETHOD GetAvailable(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM) { return _to GetAvailable(attrib, op, _retval); } \
  NS_SCRIPTABLE NS_IMETHOD GetEnabled(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM) { return _to GetEnabled(attrib, op, _retval); } \
  NS_SCRIPTABLE NS_IMETHOD GetValidButNotShown(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM) { return _to GetValidButNotShown(attrib, op, _retval); } \
  NS_IMETHOD ValidateTerms(nsISupportsArray *terms) { return _to ValidateTerms(terms); } \
  NS_SCRIPTABLE NS_IMETHOD GetNumAvailAttribs(PRInt32 *aNumAvailAttribs) { return _to GetNumAvailAttribs(aNumAvailAttribs); } \
  NS_SCRIPTABLE NS_IMETHOD GetAvailableAttributes(PRUint32 *length NS_OUTPARAM, nsMsgSearchAttribValue **attrs NS_OUTPARAM) { return _to GetAvailableAttributes(length, attrs); } \
  NS_SCRIPTABLE NS_IMETHOD GetAvailableOperators(nsMsgSearchAttribValue attrib, PRUint32 *length NS_OUTPARAM, nsMsgSearchOpValue **operators NS_OUTPARAM) { return _to GetAvailableOperators(attrib, length, operators); } \
  NS_SCRIPTABLE NS_IMETHOD SetDefaultAttrib(nsMsgSearchAttribValue defaultAttrib) { return _to SetDefaultAttrib(defaultAttrib); } 

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIMSGSEARCHVALIDITYTABLE(_to) \
  NS_SCRIPTABLE NS_IMETHOD SetAvailable(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool active) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAvailable(attrib, op, active); } \
  NS_SCRIPTABLE NS_IMETHOD SetEnabled(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool enabled) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetEnabled(attrib, op, enabled); } \
  NS_SCRIPTABLE NS_IMETHOD SetValidButNotShown(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool valid) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetValidButNotShown(attrib, op, valid); } \
  NS_SCRIPTABLE NS_IMETHOD GetAvailable(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAvailable(attrib, op, _retval); } \
  NS_SCRIPTABLE NS_IMETHOD GetEnabled(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetEnabled(attrib, op, _retval); } \
  NS_SCRIPTABLE NS_IMETHOD GetValidButNotShown(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetValidButNotShown(attrib, op, _retval); } \
  NS_IMETHOD ValidateTerms(nsISupportsArray *terms) { return !_to ? NS_ERROR_NULL_POINTER : _to->ValidateTerms(terms); } \
  NS_SCRIPTABLE NS_IMETHOD GetNumAvailAttribs(PRInt32 *aNumAvailAttribs) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetNumAvailAttribs(aNumAvailAttribs); } \
  NS_SCRIPTABLE NS_IMETHOD GetAvailableAttributes(PRUint32 *length NS_OUTPARAM, nsMsgSearchAttribValue **attrs NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAvailableAttributes(length, attrs); } \
  NS_SCRIPTABLE NS_IMETHOD GetAvailableOperators(nsMsgSearchAttribValue attrib, PRUint32 *length NS_OUTPARAM, nsMsgSearchOpValue **operators NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAvailableOperators(attrib, length, operators); } \
  NS_SCRIPTABLE NS_IMETHOD SetDefaultAttrib(nsMsgSearchAttribValue defaultAttrib) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDefaultAttrib(defaultAttrib); } 

#if 0
/* Use the code below as a template for the implementation class for this interface. */

/* Header file */
class nsMsgSearchValidityTable : public nsIMsgSearchValidityTable
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIMSGSEARCHVALIDITYTABLE

  nsMsgSearchValidityTable();

private:
  ~nsMsgSearchValidityTable();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS1(nsMsgSearchValidityTable, nsIMsgSearchValidityTable)

nsMsgSearchValidityTable::nsMsgSearchValidityTable()
{
  /* member initializers and constructor code */
}

nsMsgSearchValidityTable::~nsMsgSearchValidityTable()
{
  /* destructor code */
}

/* void setAvailable (in nsMsgSearchAttribValue attrib, in nsMsgSearchOpValue op, in boolean active); */
NS_IMETHODIMP nsMsgSearchValidityTable::SetAvailable(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool active)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void setEnabled (in nsMsgSearchAttribValue attrib, in nsMsgSearchOpValue op, in boolean enabled); */
NS_IMETHODIMP nsMsgSearchValidityTable::SetEnabled(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool enabled)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void setValidButNotShown (in nsMsgSearchAttribValue attrib, in nsMsgSearchOpValue op, in boolean valid); */
NS_IMETHODIMP nsMsgSearchValidityTable::SetValidButNotShown(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool valid)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* boolean getAvailable (in nsMsgSearchAttribValue attrib, in nsMsgSearchOpValue op); */
NS_IMETHODIMP nsMsgSearchValidityTable::GetAvailable(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* boolean getEnabled (in nsMsgSearchAttribValue attrib, in nsMsgSearchOpValue op); */
NS_IMETHODIMP nsMsgSearchValidityTable::GetEnabled(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* boolean getValidButNotShown (in nsMsgSearchAttribValue attrib, in nsMsgSearchOpValue op); */
NS_IMETHODIMP nsMsgSearchValidityTable::GetValidButNotShown(nsMsgSearchAttribValue attrib, nsMsgSearchOpValue op, bool *_retval NS_OUTPARAM)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* [noscript] void validateTerms (in nsISupportsArray terms); */
NS_IMETHODIMP nsMsgSearchValidityTable::ValidateTerms(nsISupportsArray *terms)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* readonly attribute long numAvailAttribs; */
NS_IMETHODIMP nsMsgSearchValidityTable::GetNumAvailAttribs(PRInt32 *aNumAvailAttribs)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void getAvailableAttributes (out unsigned long length, [array, size_is (length), retval] out nsMsgSearchAttribValue attrs); */
NS_IMETHODIMP nsMsgSearchValidityTable::GetAvailableAttributes(PRUint32 *length NS_OUTPARAM, nsMsgSearchAttribValue **attrs NS_OUTPARAM)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void getAvailableOperators (in nsMsgSearchAttribValue attrib, out unsigned long length, [array, size_is (length), retval] out nsMsgSearchOpValue operators); */
NS_IMETHODIMP nsMsgSearchValidityTable::GetAvailableOperators(nsMsgSearchAttribValue attrib, PRUint32 *length NS_OUTPARAM, nsMsgSearchOpValue **operators NS_OUTPARAM)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void setDefaultAttrib (in nsMsgSearchAttribValue defaultAttrib); */
NS_IMETHODIMP nsMsgSearchValidityTable::SetDefaultAttrib(nsMsgSearchAttribValue defaultAttrib)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* End of implementation class template. */
#endif


#endif /* __gen_nsIMsgSearchValidityTable_h__ */