Updated FSF's address
[platform/upstream/atk.git] / atk / atk.h
1 /* ATK -  Accessibility Toolkit
2  * Copyright 2001 Sun Microsystems Inc.
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Library General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public
15  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
16  */
17
18 #ifndef __ATK_H__
19 #define __ATK_H__
20
21 #define __ATK_H_INSIDE__
22
23 #include <atk/atkobject.h>
24 #include <atk/atkaction.h>
25 #include <atk/atkcomponent.h>
26 #include <atk/atkdocument.h>
27 #include <atk/atkeditabletext.h>
28 #include <atk/atk-enum-types.h>
29 #include <atk/atkgobjectaccessible.h>
30 #include <atk/atkhyperlink.h>
31 #include <atk/atkhyperlinkimpl.h>
32 #include <atk/atkhypertext.h>
33 #include <atk/atkimage.h>
34 #include <atk/atknoopobject.h>
35 #include <atk/atknoopobjectfactory.h>
36 #include <atk/atkobjectfactory.h>
37 #include <atk/atkplug.h>
38 #include <atk/atkregistry.h>
39 #include <atk/atkrelation.h>
40 #include <atk/atkrelationset.h>
41 #include <atk/atkrelationtype.h>
42 #include <atk/atkselection.h>
43 #include <atk/atksocket.h>
44 #include <atk/atkstate.h>
45 #include <atk/atkstateset.h>
46 #include <atk/atkstreamablecontent.h>
47 #include <atk/atktable.h>
48 #include <atk/atktext.h>
49 #include <atk/atkutil.h>
50 #include <atk/atkmisc.h>
51 #include <atk/atkvalue.h>
52 #include <atk/atkversion.h>
53 #include <atk/atkwindow.h>
54
55 #undef __ATK_H_INSIDE__
56
57 #endif /* __ATK_H__ */