]> Pileus Git - ~andy/gtk/blobdiff - gtk/a11y/gtkentryaccessible.h
gtkenums: correct various documentation typos
[~andy/gtk] / gtk / a11y / gtkentryaccessible.h
index 17cdf73f4d89c0700e344fda9481135d737542c8..1624fdf409a1901cf30489e38eff39f51980cd5e 100644 (file)
@@ -1,4 +1,4 @@
-/* GAIL - The GNOME Accessibility Implementation Library
+/* GTK+ - accessibility implementations
  * Copyright 2001 Sun Microsystems Inc.
  *
  * This library is free software; you can redistribute it and/or
 #ifndef __GTK_ENTRY_ACCESSIBLE_H__
 #define __GTK_ENTRY_ACCESSIBLE_H__
 
-#include "gtkwidgetaccessible.h"
+#if !defined (__GTK_A11Y_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk-a11y.h> can be included directly."
+#endif
+
+#include <gtk/a11y/gtkwidgetaccessible.h>
 
 G_BEGIN_DECLS