summaryrefslogtreecommitdiff
path: root/atspi/atspi.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-10-26 10:15:53 -0400
committerMike Gorse <mgorse@novell.com>2010-10-26 10:27:01 -0400
commit11d647c36278e2430df5df0c56546e267971e74a (patch)
tree6cff3352207f97cf6ea6a64c93fec705a038c135 /atspi/atspi.h
parente7402c9337190d8acf68b4a03705caa3ce489594 (diff)
downloadat-spi2-core-11d647c36278e2430df5df0c56546e267971e74a.tar.gz
Initial commit, not even close to being usable yet
Diffstat (limited to 'atspi/atspi.h')
-rw-r--r--atspi/atspi.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/atspi/atspi.h b/atspi/atspi.h
new file mode 100644
index 00000000..1d4c1345
--- /dev/null
+++ b/atspi/atspi.h
@@ -0,0 +1,36 @@
+/*
+ * AT-SPI - Assistive Technology Service Provider Interface
+ * (Gnome Accessibility Project; http://developer.gnome.org/projects/gap)
+ *
+ * Copyright 2001, 2002 Sun Microsystems Inc.,
+ * Copyright 2001, 2002 Ximian, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+#ifndef _ATSPI_H
+#define _ATSPI_H
+
+#include "glib.h"
+
+#include "atspi-constants.h"
+#include "atspi-event-types.h"
+#include "atspi-accessible.h"
+#include "atspi-listener.h"
+#include "atspi-misc.h"
+#include "atspi-registry.h"
+
+#endif