/usr/include/thunderbird-11.0.1/nsIMsgAttachment.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 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /build/buildd/thunderbird-11.0.1+build1/build-tree/mozilla/mailnews/compose/public/nsIMsgAttachment.idl
*/
#ifndef __gen_nsIMsgAttachment_h__
#define __gen_nsIMsgAttachment_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: nsIMsgAttachment */
#define NS_IMSGATTACHMENT_IID_STR "908a8090-cce4-11df-bd3b-0800200c9a66"
#define NS_IMSGATTACHMENT_IID \
{0x908a8090, 0xcce4, 0x11df, \
{ 0xbd, 0x3b, 0x08, 0x00, 0x20, 0x0c, 0x9a, 0x66 }}
class NS_NO_VTABLE NS_SCRIPTABLE nsIMsgAttachment : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IMSGATTACHMENT_IID)
/* attribute AString name; */
NS_SCRIPTABLE NS_IMETHOD GetName(nsAString & aName) = 0;
NS_SCRIPTABLE NS_IMETHOD SetName(const nsAString & aName) = 0;
/* attribute AUTF8String url; */
NS_SCRIPTABLE NS_IMETHOD GetUrl(nsACString & aUrl) = 0;
NS_SCRIPTABLE NS_IMETHOD SetUrl(const nsACString & aUrl) = 0;
/* attribute ACString urlCharset; */
NS_SCRIPTABLE NS_IMETHOD GetUrlCharset(nsACString & aUrlCharset) = 0;
NS_SCRIPTABLE NS_IMETHOD SetUrlCharset(const nsACString & aUrlCharset) = 0;
/* attribute boolean temporary; */
NS_SCRIPTABLE NS_IMETHOD GetTemporary(bool *aTemporary) = 0;
NS_SCRIPTABLE NS_IMETHOD SetTemporary(bool aTemporary) = 0;
/* attribute string contentLocation; */
NS_SCRIPTABLE NS_IMETHOD GetContentLocation(char * *aContentLocation) = 0;
NS_SCRIPTABLE NS_IMETHOD SetContentLocation(const char * aContentLocation) = 0;
/* attribute string contentType; */
NS_SCRIPTABLE NS_IMETHOD GetContentType(char * *aContentType) = 0;
NS_SCRIPTABLE NS_IMETHOD SetContentType(const char * aContentType) = 0;
/* attribute string contentTypeParam; */
NS_SCRIPTABLE NS_IMETHOD GetContentTypeParam(char * *aContentTypeParam) = 0;
NS_SCRIPTABLE NS_IMETHOD SetContentTypeParam(const char * aContentTypeParam) = 0;
/* attribute string charset; */
NS_SCRIPTABLE NS_IMETHOD GetCharset(char * *aCharset) = 0;
NS_SCRIPTABLE NS_IMETHOD SetCharset(const char * aCharset) = 0;
/* attribute PRInt64 size; */
NS_SCRIPTABLE NS_IMETHOD GetSize(PRInt64 *aSize) = 0;
NS_SCRIPTABLE NS_IMETHOD SetSize(PRInt64 aSize) = 0;
/* attribute string macType; */
NS_SCRIPTABLE NS_IMETHOD GetMacType(char * *aMacType) = 0;
NS_SCRIPTABLE NS_IMETHOD SetMacType(const char * aMacType) = 0;
/* attribute string macCreator; */
NS_SCRIPTABLE NS_IMETHOD GetMacCreator(char * *aMacCreator) = 0;
NS_SCRIPTABLE NS_IMETHOD SetMacCreator(const char * aMacCreator) = 0;
/* boolean equalsUrl (in nsIMsgAttachment attachment); */
NS_SCRIPTABLE NS_IMETHOD EqualsUrl(nsIMsgAttachment *attachment, bool *_retval NS_OUTPARAM) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIMsgAttachment, NS_IMSGATTACHMENT_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIMSGATTACHMENT \
NS_SCRIPTABLE NS_IMETHOD GetName(nsAString & aName); \
NS_SCRIPTABLE NS_IMETHOD SetName(const nsAString & aName); \
NS_SCRIPTABLE NS_IMETHOD GetUrl(nsACString & aUrl); \
NS_SCRIPTABLE NS_IMETHOD SetUrl(const nsACString & aUrl); \
NS_SCRIPTABLE NS_IMETHOD GetUrlCharset(nsACString & aUrlCharset); \
NS_SCRIPTABLE NS_IMETHOD SetUrlCharset(const nsACString & aUrlCharset); \
NS_SCRIPTABLE NS_IMETHOD GetTemporary(bool *aTemporary); \
NS_SCRIPTABLE NS_IMETHOD SetTemporary(bool aTemporary); \
NS_SCRIPTABLE NS_IMETHOD GetContentLocation(char * *aContentLocation); \
NS_SCRIPTABLE NS_IMETHOD SetContentLocation(const char * aContentLocation); \
NS_SCRIPTABLE NS_IMETHOD GetContentType(char * *aContentType); \
NS_SCRIPTABLE NS_IMETHOD SetContentType(const char * aContentType); \
NS_SCRIPTABLE NS_IMETHOD GetContentTypeParam(char * *aContentTypeParam); \
NS_SCRIPTABLE NS_IMETHOD SetContentTypeParam(const char * aContentTypeParam); \
NS_SCRIPTABLE NS_IMETHOD GetCharset(char * *aCharset); \
NS_SCRIPTABLE NS_IMETHOD SetCharset(const char * aCharset); \
NS_SCRIPTABLE NS_IMETHOD GetSize(PRInt64 *aSize); \
NS_SCRIPTABLE NS_IMETHOD SetSize(PRInt64 aSize); \
NS_SCRIPTABLE NS_IMETHOD GetMacType(char * *aMacType); \
NS_SCRIPTABLE NS_IMETHOD SetMacType(const char * aMacType); \
NS_SCRIPTABLE NS_IMETHOD GetMacCreator(char * *aMacCreator); \
NS_SCRIPTABLE NS_IMETHOD SetMacCreator(const char * aMacCreator); \
NS_SCRIPTABLE NS_IMETHOD EqualsUrl(nsIMsgAttachment *attachment, bool *_retval NS_OUTPARAM);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIMSGATTACHMENT(_to) \
NS_SCRIPTABLE NS_IMETHOD GetName(nsAString & aName) { return _to GetName(aName); } \
NS_SCRIPTABLE NS_IMETHOD SetName(const nsAString & aName) { return _to SetName(aName); } \
NS_SCRIPTABLE NS_IMETHOD GetUrl(nsACString & aUrl) { return _to GetUrl(aUrl); } \
NS_SCRIPTABLE NS_IMETHOD SetUrl(const nsACString & aUrl) { return _to SetUrl(aUrl); } \
NS_SCRIPTABLE NS_IMETHOD GetUrlCharset(nsACString & aUrlCharset) { return _to GetUrlCharset(aUrlCharset); } \
NS_SCRIPTABLE NS_IMETHOD SetUrlCharset(const nsACString & aUrlCharset) { return _to SetUrlCharset(aUrlCharset); } \
NS_SCRIPTABLE NS_IMETHOD GetTemporary(bool *aTemporary) { return _to GetTemporary(aTemporary); } \
NS_SCRIPTABLE NS_IMETHOD SetTemporary(bool aTemporary) { return _to SetTemporary(aTemporary); } \
NS_SCRIPTABLE NS_IMETHOD GetContentLocation(char * *aContentLocation) { return _to GetContentLocation(aContentLocation); } \
NS_SCRIPTABLE NS_IMETHOD SetContentLocation(const char * aContentLocation) { return _to SetContentLocation(aContentLocation); } \
NS_SCRIPTABLE NS_IMETHOD GetContentType(char * *aContentType) { return _to GetContentType(aContentType); } \
NS_SCRIPTABLE NS_IMETHOD SetContentType(const char * aContentType) { return _to SetContentType(aContentType); } \
NS_SCRIPTABLE NS_IMETHOD GetContentTypeParam(char * *aContentTypeParam) { return _to GetContentTypeParam(aContentTypeParam); } \
NS_SCRIPTABLE NS_IMETHOD SetContentTypeParam(const char * aContentTypeParam) { return _to SetContentTypeParam(aContentTypeParam); } \
NS_SCRIPTABLE NS_IMETHOD GetCharset(char * *aCharset) { return _to GetCharset(aCharset); } \
NS_SCRIPTABLE NS_IMETHOD SetCharset(const char * aCharset) { return _to SetCharset(aCharset); } \
NS_SCRIPTABLE NS_IMETHOD GetSize(PRInt64 *aSize) { return _to GetSize(aSize); } \
NS_SCRIPTABLE NS_IMETHOD SetSize(PRInt64 aSize) { return _to SetSize(aSize); } \
NS_SCRIPTABLE NS_IMETHOD GetMacType(char * *aMacType) { return _to GetMacType(aMacType); } \
NS_SCRIPTABLE NS_IMETHOD SetMacType(const char * aMacType) { return _to SetMacType(aMacType); } \
NS_SCRIPTABLE NS_IMETHOD GetMacCreator(char * *aMacCreator) { return _to GetMacCreator(aMacCreator); } \
NS_SCRIPTABLE NS_IMETHOD SetMacCreator(const char * aMacCreator) { return _to SetMacCreator(aMacCreator); } \
NS_SCRIPTABLE NS_IMETHOD EqualsUrl(nsIMsgAttachment *attachment, bool *_retval NS_OUTPARAM) { return _to EqualsUrl(attachment, _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_NSIMSGATTACHMENT(_to) \
NS_SCRIPTABLE NS_IMETHOD GetName(nsAString & aName) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetName(aName); } \
NS_SCRIPTABLE NS_IMETHOD SetName(const nsAString & aName) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetName(aName); } \
NS_SCRIPTABLE NS_IMETHOD GetUrl(nsACString & aUrl) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUrl(aUrl); } \
NS_SCRIPTABLE NS_IMETHOD SetUrl(const nsACString & aUrl) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUrl(aUrl); } \
NS_SCRIPTABLE NS_IMETHOD GetUrlCharset(nsACString & aUrlCharset) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetUrlCharset(aUrlCharset); } \
NS_SCRIPTABLE NS_IMETHOD SetUrlCharset(const nsACString & aUrlCharset) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetUrlCharset(aUrlCharset); } \
NS_SCRIPTABLE NS_IMETHOD GetTemporary(bool *aTemporary) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTemporary(aTemporary); } \
NS_SCRIPTABLE NS_IMETHOD SetTemporary(bool aTemporary) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetTemporary(aTemporary); } \
NS_SCRIPTABLE NS_IMETHOD GetContentLocation(char * *aContentLocation) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetContentLocation(aContentLocation); } \
NS_SCRIPTABLE NS_IMETHOD SetContentLocation(const char * aContentLocation) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetContentLocation(aContentLocation); } \
NS_SCRIPTABLE NS_IMETHOD GetContentType(char * *aContentType) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetContentType(aContentType); } \
NS_SCRIPTABLE NS_IMETHOD SetContentType(const char * aContentType) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetContentType(aContentType); } \
NS_SCRIPTABLE NS_IMETHOD GetContentTypeParam(char * *aContentTypeParam) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetContentTypeParam(aContentTypeParam); } \
NS_SCRIPTABLE NS_IMETHOD SetContentTypeParam(const char * aContentTypeParam) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetContentTypeParam(aContentTypeParam); } \
NS_SCRIPTABLE NS_IMETHOD GetCharset(char * *aCharset) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCharset(aCharset); } \
NS_SCRIPTABLE NS_IMETHOD SetCharset(const char * aCharset) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCharset(aCharset); } \
NS_SCRIPTABLE NS_IMETHOD GetSize(PRInt64 *aSize) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSize(aSize); } \
NS_SCRIPTABLE NS_IMETHOD SetSize(PRInt64 aSize) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetSize(aSize); } \
NS_SCRIPTABLE NS_IMETHOD GetMacType(char * *aMacType) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMacType(aMacType); } \
NS_SCRIPTABLE NS_IMETHOD SetMacType(const char * aMacType) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMacType(aMacType); } \
NS_SCRIPTABLE NS_IMETHOD GetMacCreator(char * *aMacCreator) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetMacCreator(aMacCreator); } \
NS_SCRIPTABLE NS_IMETHOD SetMacCreator(const char * aMacCreator) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetMacCreator(aMacCreator); } \
NS_SCRIPTABLE NS_IMETHOD EqualsUrl(nsIMsgAttachment *attachment, bool *_retval NS_OUTPARAM) { return !_to ? NS_ERROR_NULL_POINTER : _to->EqualsUrl(attachment, _retval); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsMsgAttachment : public nsIMsgAttachment
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIMSGATTACHMENT
nsMsgAttachment();
private:
~nsMsgAttachment();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS1(nsMsgAttachment, nsIMsgAttachment)
nsMsgAttachment::nsMsgAttachment()
{
/* member initializers and constructor code */
}
nsMsgAttachment::~nsMsgAttachment()
{
/* destructor code */
}
/* attribute AString name; */
NS_IMETHODIMP nsMsgAttachment::GetName(nsAString & aName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgAttachment::SetName(const nsAString & aName)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AUTF8String url; */
NS_IMETHODIMP nsMsgAttachment::GetUrl(nsACString & aUrl)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgAttachment::SetUrl(const nsACString & aUrl)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute ACString urlCharset; */
NS_IMETHODIMP nsMsgAttachment::GetUrlCharset(nsACString & aUrlCharset)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgAttachment::SetUrlCharset(const nsACString & aUrlCharset)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean temporary; */
NS_IMETHODIMP nsMsgAttachment::GetTemporary(bool *aTemporary)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgAttachment::SetTemporary(bool aTemporary)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute string contentLocation; */
NS_IMETHODIMP nsMsgAttachment::GetContentLocation(char * *aContentLocation)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgAttachment::SetContentLocation(const char * aContentLocation)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute string contentType; */
NS_IMETHODIMP nsMsgAttachment::GetContentType(char * *aContentType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgAttachment::SetContentType(const char * aContentType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute string contentTypeParam; */
NS_IMETHODIMP nsMsgAttachment::GetContentTypeParam(char * *aContentTypeParam)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgAttachment::SetContentTypeParam(const char * aContentTypeParam)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute string charset; */
NS_IMETHODIMP nsMsgAttachment::GetCharset(char * *aCharset)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgAttachment::SetCharset(const char * aCharset)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute PRInt64 size; */
NS_IMETHODIMP nsMsgAttachment::GetSize(PRInt64 *aSize)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgAttachment::SetSize(PRInt64 aSize)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute string macType; */
NS_IMETHODIMP nsMsgAttachment::GetMacType(char * *aMacType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgAttachment::SetMacType(const char * aMacType)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute string macCreator; */
NS_IMETHODIMP nsMsgAttachment::GetMacCreator(char * *aMacCreator)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsMsgAttachment::SetMacCreator(const char * aMacCreator)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* boolean equalsUrl (in nsIMsgAttachment attachment); */
NS_IMETHODIMP nsMsgAttachment::EqualsUrl(nsIMsgAttachment *attachment, bool *_retval NS_OUTPARAM)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIMsgAttachment_h__ */
|