This file is indexed.

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

#ifndef __gen_nsIMsgPrintEngine_h__
#define __gen_nsIMsgPrintEngine_h__


#ifndef __gen_nsrootidl_h__
#include "nsrootidl.h"
#endif

#ifndef __gen_nsIMsgStatusFeedback_h__
#include "nsIMsgStatusFeedback.h"
#endif

/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsIDOMWindow; /* forward declaration */

class nsIPrintSettings; /* forward declaration */

class nsIObserver; /* forward declaration */

class nsIWebBrowserPrint; /* forward declaration */


/* starting interface:    nsIMsgPrintEngine */
#define NS_IMSGPRINTENGINE_IID_STR "e5f5e4a2-9d74-46b3-ade7-25e1a1ddf54e"

#define NS_IMSGPRINTENGINE_IID \
  {0xe5f5e4a2, 0x9d74, 0x46b3, \
    { 0xad, 0xe7, 0x25, 0xe1, 0xa1, 0xdd, 0xf5, 0x4e }}

class NS_NO_VTABLE NS_SCRIPTABLE nsIMsgPrintEngine : public nsISupports {
 public: 

  NS_DECLARE_STATIC_IID_ACCESSOR(NS_IMSGPRINTENGINE_IID)

  enum {
    MNAB_START = 0,
    MNAB_PRINT_MSG = 0,
    MNAB_PRINTPREVIEW_MSG = 1,
    MNAB_PRINT_AB_CARD = 2,
    MNAB_PRINTPREVIEW_AB_CARD = 3,
    MNAB_PRINT_ADDRBOOK = 4,
    MNAB_PRINTPREVIEW_ADDRBOOK = 5,
    MNAB_END = 6
  };

  /* void setWindow (in nsIDOMWindow ptr); */
  NS_SCRIPTABLE NS_IMETHOD SetWindow(nsIDOMWindow *ptr) = 0;

  /* void setParentWindow (in nsIDOMWindow ptr); */
  NS_SCRIPTABLE NS_IMETHOD SetParentWindow(nsIDOMWindow *ptr) = 0;

  /* void showWindow (in boolean aShow); */
  NS_SCRIPTABLE NS_IMETHOD ShowWindow(bool aShow) = 0;

  /* void setStatusFeedback (in nsIMsgStatusFeedback feedback); */
  NS_SCRIPTABLE NS_IMETHOD SetStatusFeedback(nsIMsgStatusFeedback *feedback) = 0;

  /* void setPrintURICount (in PRInt32 aCount); */
  NS_SCRIPTABLE NS_IMETHOD SetPrintURICount(PRInt32 aCount) = 0;

  /* void addPrintURI (in wstring aURI); */
  NS_SCRIPTABLE NS_IMETHOD AddPrintURI(const PRUnichar * aURI) = 0;

  /* void startPrintOperation (in nsIPrintSettings aPS); */
  NS_SCRIPTABLE NS_IMETHOD StartPrintOperation(nsIPrintSettings *aPS) = 0;

  /* void setStartupPPObserver (in nsIObserver startupPPObs); */
  NS_SCRIPTABLE NS_IMETHOD SetStartupPPObserver(nsIObserver *startupPPObs) = 0;

  /* void setMsgType (in long aMsgType); */
  NS_SCRIPTABLE NS_IMETHOD SetMsgType(PRInt32 aMsgType) = 0;

  /* attribute boolean doPrintPreview; */
  NS_SCRIPTABLE NS_IMETHOD GetDoPrintPreview(bool *aDoPrintPreview) = 0;
  NS_SCRIPTABLE NS_IMETHOD SetDoPrintPreview(bool aDoPrintPreview) = 0;

};

  NS_DEFINE_STATIC_IID_ACCESSOR(nsIMsgPrintEngine, NS_IMSGPRINTENGINE_IID)

/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIMSGPRINTENGINE \
  NS_SCRIPTABLE NS_IMETHOD SetWindow(nsIDOMWindow *ptr); \
  NS_SCRIPTABLE NS_IMETHOD SetParentWindow(nsIDOMWindow *ptr); \
  NS_SCRIPTABLE NS_IMETHOD ShowWindow(bool aShow); \
  NS_SCRIPTABLE NS_IMETHOD SetStatusFeedback(nsIMsgStatusFeedback *feedback); \
  NS_SCRIPTABLE NS_IMETHOD SetPrintURICount(PRInt32 aCount); \
  NS_SCRIPTABLE NS_IMETHOD AddPrintURI(const PRUnichar * aURI); \
  NS_SCRIPTABLE NS_IMETHOD StartPrintOperation(nsIPrintSettings *aPS); \
  NS_SCRIPTABLE NS_IMETHOD SetStartupPPObserver(nsIObserver *startupPPObs); \
  NS_SCRIPTABLE NS_IMETHOD SetMsgType(PRInt32 aMsgType); \
  NS_SCRIPTABLE NS_IMETHOD GetDoPrintPreview(bool *aDoPrintPreview); \
  NS_SCRIPTABLE NS_IMETHOD SetDoPrintPreview(bool aDoPrintPreview); 

/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIMSGPRINTENGINE(_to) \
  NS_SCRIPTABLE NS_IMETHOD SetWindow(nsIDOMWindow *ptr) { return _to SetWindow(ptr); } \
  NS_SCRIPTABLE NS_IMETHOD SetParentWindow(nsIDOMWindow *ptr) { return _to SetParentWindow(ptr); } \
  NS_SCRIPTABLE NS_IMETHOD ShowWindow(bool aShow) { return _to ShowWindow(aShow); } \
  NS_SCRIPTABLE NS_IMETHOD SetStatusFeedback(nsIMsgStatusFeedback *feedback) { return _to SetStatusFeedback(feedback); } \
  NS_SCRIPTABLE NS_IMETHOD SetPrintURICount(PRInt32 aCount) { return _to SetPrintURICount(aCount); } \
  NS_SCRIPTABLE NS_IMETHOD AddPrintURI(const PRUnichar * aURI) { return _to AddPrintURI(aURI); } \
  NS_SCRIPTABLE NS_IMETHOD StartPrintOperation(nsIPrintSettings *aPS) { return _to StartPrintOperation(aPS); } \
  NS_SCRIPTABLE NS_IMETHOD SetStartupPPObserver(nsIObserver *startupPPObs) { return _to SetStartupPPObserver(startupPPObs); } \
  NS_SCRIPTABLE NS_IMETHOD SetMsgType(PRInt32 aMsgType) { return _to SetMsgType(aMsgType); } \
  NS_SCRIPTABLE NS_IMETHOD GetDoPrintPreview(bool *aDoPrintPreview) { return _to GetDoPrintPreview(aDoPrintPreview); } \
  NS_SCRIPTABLE NS_IMETHOD SetDoPrintPreview(bool aDoPrintPreview) { return _to SetDoPrintPreview(aDoPrintPreview); } 

/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIMSGPRINTENGINE(_to) \
  NS_SCRIPTABLE NS_IMETHOD SetWindow(nsIDOMWindow *ptr) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetWindow(ptr); } \
  NS_SCRIPTABLE NS_IMETHOD SetParentWindow(nsIDOMWindow *ptr) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetParentWindow(ptr); } \
  NS_SCRIPTABLE NS_IMETHOD ShowWindow(bool aShow) { return !_to ? NS_ERROR_NULL_POINTER : _to->ShowWindow(aShow); } \
  NS_SCRIPTABLE NS_IMETHOD SetStatusFeedback(nsIMsgStatusFeedback *feedback) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetStatusFeedback(feedback); } \
  NS_SCRIPTABLE NS_IMETHOD SetPrintURICount(PRInt32 aCount) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetPrintURICount(aCount); } \
  NS_SCRIPTABLE NS_IMETHOD AddPrintURI(const PRUnichar * aURI) { return !_to ? NS_ERROR_NULL_POINTER : _to->AddPrintURI(aURI); } \
  NS_SCRIPTABLE NS_IMETHOD StartPrintOperation(nsIPrintSettings *aPS) { return !_to ? NS_ERROR_NULL_POINTER : _to->StartPrintOperation(aPS); } \
  NS_SCRIPTABLE NS_IMETHOD SetStartupPPObserver(nsIObserver *startupPPObs) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetStartupPPObserver(startupPPObs); } \
  NS_SCRIPTABLE NS_IMETHOD SetMsgType(PRInt32 aMsgType) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMsgType(aMsgType); } \
  NS_SCRIPTABLE NS_IMETHOD GetDoPrintPreview(bool *aDoPrintPreview) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDoPrintPreview(aDoPrintPreview); } \
  NS_SCRIPTABLE NS_IMETHOD SetDoPrintPreview(bool aDoPrintPreview) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDoPrintPreview(aDoPrintPreview); } 

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

/* Header file */
class nsMsgPrintEngine : public nsIMsgPrintEngine
{
public:
  NS_DECL_ISUPPORTS
  NS_DECL_NSIMSGPRINTENGINE

  nsMsgPrintEngine();

private:
  ~nsMsgPrintEngine();

protected:
  /* additional members */
};

/* Implementation file */
NS_IMPL_ISUPPORTS1(nsMsgPrintEngine, nsIMsgPrintEngine)

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

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

/* void setWindow (in nsIDOMWindow ptr); */
NS_IMETHODIMP nsMsgPrintEngine::SetWindow(nsIDOMWindow *ptr)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void setParentWindow (in nsIDOMWindow ptr); */
NS_IMETHODIMP nsMsgPrintEngine::SetParentWindow(nsIDOMWindow *ptr)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void showWindow (in boolean aShow); */
NS_IMETHODIMP nsMsgPrintEngine::ShowWindow(bool aShow)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void setStatusFeedback (in nsIMsgStatusFeedback feedback); */
NS_IMETHODIMP nsMsgPrintEngine::SetStatusFeedback(nsIMsgStatusFeedback *feedback)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void setPrintURICount (in PRInt32 aCount); */
NS_IMETHODIMP nsMsgPrintEngine::SetPrintURICount(PRInt32 aCount)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void addPrintURI (in wstring aURI); */
NS_IMETHODIMP nsMsgPrintEngine::AddPrintURI(const PRUnichar * aURI)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void startPrintOperation (in nsIPrintSettings aPS); */
NS_IMETHODIMP nsMsgPrintEngine::StartPrintOperation(nsIPrintSettings *aPS)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void setStartupPPObserver (in nsIObserver startupPPObs); */
NS_IMETHODIMP nsMsgPrintEngine::SetStartupPPObserver(nsIObserver *startupPPObs)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* void setMsgType (in long aMsgType); */
NS_IMETHODIMP nsMsgPrintEngine::SetMsgType(PRInt32 aMsgType)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

/* attribute boolean doPrintPreview; */
NS_IMETHODIMP nsMsgPrintEngine::GetDoPrintPreview(bool *aDoPrintPreview)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgPrintEngine::SetDoPrintPreview(bool aDoPrintPreview)
{
    return NS_ERROR_NOT_IMPLEMENTED;
}

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


#endif /* __gen_nsIMsgPrintEngine_h__ */