/usr/include/thunderbird/nsIDOMWindow.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 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/nsIDOMWindow.idl
*/
#ifndef __gen_nsIDOMWindow_h__
#define __gen_nsIDOMWindow_h__
#ifndef __gen_domstubs_h__
#include "domstubs.h"
#endif
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
class nsIControllers; /* forward declaration */
class nsIDOMBlob; /* forward declaration */
class nsIDOMLocation; /* forward declaration */
class nsIDOMOfflineResourceList; /* forward declaration */
class nsIPrompt; /* forward declaration */
class nsISelection; /* forward declaration */
class nsIVariant; /* forward declaration */
/* starting interface: nsIDOMWindow */
#define NS_IDOMWINDOW_IID_STR "b8343993-0383-4add-9930-ad176b189240"
#define NS_IDOMWINDOW_IID \
{0xb8343993, 0x0383, 0x4add, \
{ 0x99, 0x30, 0xad, 0x17, 0x6b, 0x18, 0x92, 0x40 }}
class NS_NO_VTABLE nsIDOMWindow : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMWINDOW_IID)
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMWindow, NS_IDOMWINDOW_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMWINDOW \
/* no methods! */
/* 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_NSIDOMWINDOW \
/* no methods! */
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMWINDOW(_to) \
/* no methods! */
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMWINDOW(_to) \
/* no methods! */
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDOMWindow : public nsIDOMWindow
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOMWINDOW
nsDOMWindow();
private:
~nsDOMWindow();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsDOMWindow, nsIDOMWindow)
nsDOMWindow::nsDOMWindow()
{
/* member initializers and constructor code */
}
nsDOMWindow::~nsDOMWindow()
{
/* destructor code */
}
/* End of implementation class template. */
#endif
/* starting interface: nsIDOMWindowInternal */
#define NS_IDOMWINDOWINTERNAL_IID_STR "8c589e65-3237-4cd1-8bad-c5c47135e79b"
#define NS_IDOMWINDOWINTERNAL_IID \
{0x8c589e65, 0x3237, 0x4cd1, \
{ 0x8b, 0xad, 0xc5, 0xc4, 0x71, 0x35, 0xe7, 0x9b }}
class NS_NO_VTABLE nsIDOMWindowInternal : public nsIDOMWindow {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IDOMWINDOWINTERNAL_IID)
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIDOMWindowInternal, NS_IDOMWINDOWINTERNAL_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIDOMWINDOWINTERNAL \
/* no methods! */
/* 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_NSIDOMWINDOWINTERNAL \
/* no methods! */
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIDOMWINDOWINTERNAL(_to) \
/* no methods! */
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIDOMWINDOWINTERNAL(_to) \
/* no methods! */
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsDOMWindowInternal : public nsIDOMWindowInternal
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIDOMWINDOWINTERNAL
nsDOMWindowInternal();
private:
~nsDOMWindowInternal();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsDOMWindowInternal, nsIDOMWindowInternal)
nsDOMWindowInternal::nsDOMWindowInternal()
{
/* member initializers and constructor code */
}
nsDOMWindowInternal::~nsDOMWindowInternal()
{
/* destructor code */
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIDOMWindow_h__ */
|