summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtkaccessibilityutil.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-12-27 01:12:35 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-12-27 11:27:45 -0500
commit4cd806ff0c52a49dd01d872155ee445ef39da4ca (patch)
treee7cd39c0edda402e32df8b7b565d5434708e76a9 /gtk/a11y/gtkaccessibilityutil.h
parent651241b6850c60d0b93adbd1df751331b3a64c2b (diff)
downloadgtk+-4cd806ff0c52a49dd01d872155ee445ef39da4ca.tar.gz
Rename and clean up gailutil
Diffstat (limited to 'gtk/a11y/gtkaccessibilityutil.h')
-rw-r--r--gtk/a11y/gtkaccessibilityutil.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/gtk/a11y/gtkaccessibilityutil.h b/gtk/a11y/gtkaccessibilityutil.h
new file mode 100644
index 0000000000..7ab28c39ef
--- /dev/null
+++ b/gtk/a11y/gtkaccessibilityutil.h
@@ -0,0 +1,29 @@
+/* GTK+ - accessibility implementations
+ * Copyright 2001 Sun Microsystems 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, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef __GTK_ACCESSIBILITY_UTIL_H__
+#define __GTK_ACCESSIBILITY_UTIL_H__
+
+#include <atk/atk.h>
+
+G_BEGIN_DECLS
+
+void _gtk_accessibility_override_atk_util (void);
+
+G_END_DECLS
+
+#endif /* __GTK_ACCESSIBILITY_UTIL_H__ */