/usr/include/thunderbird/nsIDOMHTMLBodyElement.h is in thunderbird-dev 1:52.8.0-1~deb8u1.
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 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/nsIDOMHTMLBodyElement.idl
*/
#ifndef __gen_nsIDOMHTMLBodyElement_h__
#define __gen_nsIDOMHTMLBodyElement_h__
#ifndef __gen_nsIDOMHTMLElement_h__
#include "nsIDOMHTMLElement.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
#include "jspubtd.h"
/* starting interface: nsIDOMHTMLBodyElement */
#define NS_IDOMHTMLBODYELEMENT_IID_STR "068630db-2c00-43dd-b167-495757a88236"
#define NS_IDOMHTMLBODYELEMENT_IID \
{0x068630db, 0x2c00, 0x43dd, \
{ 0xb1, 0x67, 0x49, 0x57, 0x57, 0xa8, 0x82, 0x36 }}
class NS_NO_VTABLE nsIDOMHTMLBodyElement : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMHTMLBODYELEMENT_IID)
/* attribute DOMString aLink; */
NS_IMETHOD GetALink(nsAString & aALink) = 0;
NS_IMETHOD SetALink(const nsAString & aALink) = 0;
/* attribute DOMString background; */
NS_IMETHOD GetBackground(nsAString & aBackground) = 0;
NS_IMETHOD SetBackground(const nsAString & aBackground) = 0;
/* attribute DOMString bgColor; */
NS_IMETHOD GetBgColor(nsAString & aBgColor) = 0;
NS_IMETHOD SetBgColor(const nsAString & aBgColor) = 0;
/* attribute DOMString link; */
NS_IMETHOD GetLink(nsAString & aLink) = 0;
NS_IMETHOD SetLink(const nsAString & aLink) = 0;
/* attribute DOMString text; */
NS_IMETHOD GetText(nsAString & aText) = 0;
NS_IMETHOD SetText(const nsAString & aText) = 0;
/* attribute DOMString vLink; */
NS_IMETHOD GetVLink(nsAString & aVLink) = 0;
NS_IMETHOD SetVLink(const nsAString & aVLink) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMHTMLBodyElement, NS_IDOMHTMLBODYELEMENT_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMHTMLBODYELEMENT \
NS_IMETHOD GetALink(nsAString & aALink) override; \
NS_IMETHOD SetALink(const nsAString & aALink) override; \
NS_IMETHOD GetBackground(nsAString & aBackground) override; \
NS_IMETHOD SetBackground(const nsAString & aBackground) override; \
NS_IMETHOD GetBgColor(nsAString & aBgColor) override; \
NS_IMETHOD SetBgColor(const nsAString & aBgColor) override; \
NS_IMETHOD GetLink(nsAString & aLink) override; \
NS_IMETHOD SetLink(const nsAString & aLink) override; \
NS_IMETHOD GetText(nsAString & aText) override; \
NS_IMETHOD SetText(const nsAString & aText) override; \
NS_IMETHOD GetVLink(nsAString & aVLink) override; \
NS_IMETHOD SetVLink(const nsAString & aVLink) override;
/* Use this macro when declaring the members of this interface when the
class doesn't implement the interface. This is useful for forwarding. */
#define NS_DECL_NON_VIRTUAL_NSIDOMHTMLBODYELEMENT \
NS_METHOD GetALink(nsAString & aALink); \
NS_METHOD SetALink(const nsAString & aALink); \
NS_METHOD GetBackground(nsAString & aBackground); \
NS_METHOD SetBackground(const nsAString & aBackground); \
NS_METHOD GetBgColor(nsAString & aBgColor); \
NS_METHOD SetBgColor(const nsAString & aBgColor); \
NS_METHOD GetLink(nsAString & aLink); \
NS_METHOD SetLink(const nsAString & aLink); \
NS_METHOD GetText(nsAString & aText); \
NS_METHOD SetText(const nsAString & aText); \
NS_METHOD GetVLink(nsAString & aVLink); \
NS_METHOD SetVLink(const nsAString & aVLink);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMHTMLBODYELEMENT(_to) \
NS_IMETHOD GetALink(nsAString & aALink) override { return _to GetALink(aALink); } \
NS_IMETHOD SetALink(const nsAString & aALink) override { return _to SetALink(aALink); } \
NS_IMETHOD GetBackground(nsAString & aBackground) override { return _to GetBackground(aBackground); } \
NS_IMETHOD SetBackground(const nsAString & aBackground) override { return _to SetBackground(aBackground); } \
NS_IMETHOD GetBgColor(nsAString & aBgColor) override { return _to GetBgColor(aBgColor); } \
NS_IMETHOD SetBgColor(const nsAString & aBgColor) override { return _to SetBgColor(aBgColor); } \
NS_IMETHOD GetLink(nsAString & aLink) override { return _to GetLink(aLink); } \
NS_IMETHOD SetLink(const nsAString & aLink) override { return _to SetLink(aLink); } \
NS_IMETHOD GetText(nsAString & aText) override { return _to GetText(aText); } \
NS_IMETHOD SetText(const nsAString & aText) override { return _to SetText(aText); } \
NS_IMETHOD GetVLink(nsAString & aVLink) override { return _to GetVLink(aVLink); } \
NS_IMETHOD SetVLink(const nsAString & aVLink) override { return _to SetVLink(aVLink); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMHTMLBODYELEMENT(_to) \
NS_IMETHOD GetALink(nsAString & aALink) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetALink(aALink); } \
NS_IMETHOD SetALink(const nsAString & aALink) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetALink(aALink); } \
NS_IMETHOD GetBackground(nsAString & aBackground) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBackground(aBackground); } \
NS_IMETHOD SetBackground(const nsAString & aBackground) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetBackground(aBackground); } \
NS_IMETHOD GetBgColor(nsAString & aBgColor) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBgColor(aBgColor); } \
NS_IMETHOD SetBgColor(const nsAString & aBgColor) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetBgColor(aBgColor); } \
NS_IMETHOD GetLink(nsAString & aLink) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLink(aLink); } \
NS_IMETHOD SetLink(const nsAString & aLink) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetLink(aLink); } \
NS_IMETHOD GetText(nsAString & aText) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetText(aText); } \
NS_IMETHOD SetText(const nsAString & aText) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetText(aText); } \
NS_IMETHOD GetVLink(nsAString & aVLink) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetVLink(aVLink); } \
NS_IMETHOD SetVLink(const nsAString & aVLink) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetVLink(aVLink); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDOMHTMLBodyElement : public nsIDOMHTMLBodyElement
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOMHTMLBODYELEMENT
nsDOMHTMLBodyElement();
private:
~nsDOMHTMLBodyElement();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsDOMHTMLBodyElement, nsIDOMHTMLBodyElement)
nsDOMHTMLBodyElement::nsDOMHTMLBodyElement()
{
/* member initializers and constructor code */
}
nsDOMHTMLBodyElement::~nsDOMHTMLBodyElement()
{
/* destructor code */
}
/* attribute DOMString aLink; */
NS_IMETHODIMP nsDOMHTMLBodyElement::GetALink(nsAString & aALink)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLBodyElement::SetALink(const nsAString & aALink)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString background; */
NS_IMETHODIMP nsDOMHTMLBodyElement::GetBackground(nsAString & aBackground)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLBodyElement::SetBackground(const nsAString & aBackground)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString bgColor; */
NS_IMETHODIMP nsDOMHTMLBodyElement::GetBgColor(nsAString & aBgColor)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLBodyElement::SetBgColor(const nsAString & aBgColor)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString link; */
NS_IMETHODIMP nsDOMHTMLBodyElement::GetLink(nsAString & aLink)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLBodyElement::SetLink(const nsAString & aLink)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString text; */
NS_IMETHODIMP nsDOMHTMLBodyElement::GetText(nsAString & aText)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLBodyElement::SetText(const nsAString & aText)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute DOMString vLink; */
NS_IMETHODIMP nsDOMHTMLBodyElement::GetVLink(nsAString & aVLink)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsDOMHTMLBodyElement::SetVLink(const nsAString & aVLink)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIDOMHTMLBodyElement_h__ */
|